5 references to Finally
System.Core (5)
Microsoft\Scripting\Compiler\LabelInfo.cs (2)
151
if (j.Kind == LabelScopeKind.
Finally
||
179
if (j.Kind == LabelScopeKind.
Finally
) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
667
} else if (j.Kind == LabelScopeKind.
Finally
) {
759
PushLabelBlock(LabelScopeKind.
Finally
);
771
PopLabelBlock(LabelScopeKind.
Finally
);