Base:
property
Type
System.Linq.Expressions.Expression.Type
4 references to Type
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
171
public Type Type { get { return _node.
Type
; } }
Microsoft\Scripting\Ast\GotoExpression.cs (2)
73
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
127
return Expression.MakeGoto(Kind, target, value,
Type
);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
772
expr = Expression.MakeGoto(node.Kind, node.Target, value.Node, node.
Type
);