5 references to Catch
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\LabelInfo.cs (2)
146
j.Kind == LabelScopeKind.
Catch
)
182
j.Kind == LabelScopeKind.
Catch
)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (3)
767
if (j.Kind == LabelScopeKind.
Catch
)
842
PushLabelBlock(LabelScopeKind.
Catch
);
870
PopLabelBlock(LabelScopeKind.
Catch
);