3 references to Expression
System.Core (3)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
194
if (j.Kind == LabelScopeKind.
Expression
) {
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (2)
146
if (_labelBlock.Kind != LabelScopeKind.
Expression
) {
147
PushLabelBlock(LabelScopeKind.
Expression
);