7 references to Finally
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\LabelInfo.cs (2)
106
if (j.Kind == LabelScopeKind.
Finally
|| j.Kind == LabelScopeKind.Filter)
130
if (j!.Kind == LabelScopeKind.
Finally
)
System\Linq\Expressions\Interpreter\LightCompiler.cs (5)
1942
else if (j.Kind == LabelScopeKind.
Finally
)
2091
PushLabelBlock(LabelScopeKind.
Finally
);
2102
PopLabelBlock(LabelScopeKind.
Finally
);
2140
PushLabelBlock(LabelScopeKind.
Finally
);
2147
PopLabelBlock(LabelScopeKind.
Finally
);