6 references to Try
System.Reflection.Emit (6)
System\Reflection\Emit\ILGeneratorImpl.cs (6)
110
if (currentExBlock.State == ExceptionState.
Try
)
142
if (currentExBlock.State == ExceptionState.
Try
)
169
currentExBlock.State = ExceptionState.
Try
;
185
if (currentExBlock.State == ExceptionState.
Try
)
213
if (currentExBlock.State == ExceptionState.
Try
)
750
if (state == ExceptionState.Filter || state == ExceptionState.
Try
)