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