Base:
property
Type
System.Linq.Expressions.Expression.Type
6 references to Type
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
203
public Type Type { get { return _node.
Type
; } }
Microsoft\Scripting\Ast\InvocationExpression.cs (1)
52
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
Microsoft\Scripting\Compiler\StackSpiller.cs (2)
479
node = new InvocationExpression(lambda, cr[0, -1], node.
Type
);
498
return cr.Finish(cr.Rewrite ? new InvocationExpression(cr[0], cr[1, -1], node.
Type
) : expr);
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
351
return this.sql.ValueFromObject(invokeResult, invoke.
Type
, true, this.dominatingExpression);
360
return sql.MethodCall(invoke.
Type
, typeof(Delegate).GetMethod("DynamicInvoke"), expr, new SqlExpression[] {sca}, this.dominatingExpression);