Base:
property
Type
System.Linq.Expressions.Expression.Type
4 references to Type
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
417
public Type Type { get { return _node.
Type
; } }
Microsoft\Scripting\Ast\TryExpression.cs (2)
62
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
124
return Expression.MakeTry(
Type
, body, @finally, fault, handlers);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
905
expr = new TryExpression(node.
Type
, body.Node, @finally.Node, fault.Node, handlers);