5 references to Catch
System.Core (5)
Microsoft\Scripting\Compiler\LabelInfo.cs (2)
156
j.Kind == LabelScopeKind.
Catch
) {
186
j.Kind == LabelScopeKind.
Catch
) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
665
if (j.Kind == LabelScopeKind.
Catch
) {
727
PushLabelBlock(LabelScopeKind.
Catch
);
751
PopLabelBlock(LabelScopeKind.
Catch
);