2 writes to TryEnd
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
166
currentExBlock.
TryEnd
= DefineLabel();
221
currentExBlock.
TryEnd
= DefineLabel(); // need to nest the catch block within finally
8 references to TryEnd
System.Reflection.Emit (8)
System\Reflection\Emit\ILGeneratorImpl.cs (8)
112
MarkLabel(currentExBlock.
TryEnd
);
122
currentExBlock.
TryEnd
, currentExBlock.HandleStart, currentExBlock.HandleEnd, default, exceptionType));
144
MarkLabel(currentExBlock.
TryEnd
);
156
currentExBlock.
TryEnd
, currentExBlock.HandleStart, currentExBlock.HandleEnd, currentExBlock.FilterStart));
187
MarkLabel(currentExBlock.
TryEnd
);
197
currentExBlock.
TryEnd
, currentExBlock.HandleStart, currentExBlock.HandleEnd));
224
MarkLabel(currentExBlock.
TryEnd
);
228
currentExBlock.
TryEnd
, currentExBlock.HandleStart, currentExBlock.HandleEnd));