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