Base:
property
Type
System.Linq.Expressions.Expression.Type
1 write to Type
System.Linq.Expressions (1)
System\Linq\Expressions\InvocationExpression.cs (1)
22Type = returnType;
3 references to Type
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\StackSpiller.cs (2)
520node = new InvocationExpressionN(lambda, cr[0, -1]!, node.Type); 540return cr.Finish(cr.Rewrite ? new InvocationExpressionN(cr[0]!, cr[1, -1]!, node.Type) : expr);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
196public Type Type => _node.Type;