Base:
property
Type
System.Linq.Expressions.Expression.Type
4 references to Type
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
417public 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> 124return Expression.MakeTry(Type, body, @finally, fault, handlers);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
905expr = new TryExpression(node.Type, body.Node, @finally.Node, fault.Node, handlers);