Base:
property
Type
System.Linq.Expressions.Expression.Type
2 references to Type
System.Linq.Expressions (2)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
272public Type Type => _node.Type;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1520_instructions.EmitBranch(continueLabel.GetLabel(this), node.Type != typeof(void), hasValue: false);