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