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