Base:
property
Type
System.Linq.Expressions.Expression.Type
1 write to Type
System.Linq.Expressions (1)
System\Linq\Expressions\GotoExpression.cs (1)
43
Type
= type;
4 references to Type
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
871
expr = Expression.MakeGoto(node.Kind, node.Target, value.Node, node.
Type
);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
158
public Type? Type => _node.
Type
;
System\Linq\Expressions\GotoExpression.cs (1)
96
return Expression.MakeGoto(Kind, target, value,
Type
);
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1775
node.
Type
!= typeof(void),