3 references to Expression
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
145if (j.Kind == LabelScopeKind.Expression)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1829if (_labelBlock.Kind != LabelScopeKind.Expression) 1831PushLabelBlock(LabelScopeKind.Expression);