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