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