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)
1923
else if (j.Kind == LabelScopeKind.
Finally
)
2072
PushLabelBlock(LabelScopeKind.
Finally
);
2083
PopLabelBlock(LabelScopeKind.
Finally
);
2121
PushLabelBlock(LabelScopeKind.
Finally
);
2128
PopLabelBlock(LabelScopeKind.
Finally
);