5 references to Finally
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\LabelInfo.cs (2)
140if (j.Kind == LabelScopeKind.Finally || 173if (j!.Kind == LabelScopeKind.Finally)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (3)
771else if (j.Kind == LabelScopeKind.Finally) 879PushLabelBlock(LabelScopeKind.Finally); 894PopLabelBlock(LabelScopeKind.Finally);