3 references to Expression
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LabelInfo.cs (1)
193
if (j.Kind == LabelScopeKind.
Expression
)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (2)
150
if (_labelBlock.Kind != LabelScopeKind.
Expression
)
152
PushLabelBlock(LabelScopeKind.
Expression
);