44 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"A NewExpression has already been created. The original creator will get a warning that it is not trim compatible.")]
static ReadOnlyCollection< ParameterExpression > ReturnReadOnly(IParameterProvider provider, ref object collection)
static NewExpression New(ConstructorInfo constructor)
IReadOnlyList< Expression > _arguments
override ExpressionType NodeType
NewExpression(ConstructorInfo constructor, IReadOnlyList< Expression > arguments, ReadOnlyCollection< MemberInfo > members)
NewExpression Update(IEnumerable< Expression >? arguments)
ReadOnlyCollection< MemberInfo >? Members
ConstructorInfo? Constructor
override Expression Accept(ExpressionVisitor visitor)
Expression GetArgument(int index)
ReadOnlyCollection< Expression > Arguments