6 references to Catch
System.Reflection.Emit (6)
System\Reflection\Emit\ILGeneratorImpl.cs (6)
114
else if (currentExBlock.State == ExceptionState.
Catch
)
128
currentExBlock.State = ExceptionState.
Catch
;
146
else if (currentExBlock.State == ExceptionState.
Catch
)
189
else if (currentExBlock.State == ExceptionState.
Catch
)
217
else if (currentExBlock.State == ExceptionState.
Catch
)
755
if (state == ExceptionState.
Catch
)