6 writes to State
System.Reflection.Emit (6)
System\Reflection\Emit\ILGeneratorImpl.cs (6)
128currentExBlock.State = ExceptionState.Catch; 154currentExBlock.State = ExceptionState.Filter; 169currentExBlock.State = ExceptionState.Try; 198currentExBlock.State = ExceptionState.Fault; 229currentExBlock.State = ExceptionState.Finally; 767currentExBlock.State = ExceptionState.Done;
10 references to State
System.Reflection.Emit (10)
System\Reflection\Emit\ILGeneratorImpl.cs (10)
94if (currentExBlock.State == ExceptionState.Filter) 110if (currentExBlock.State == ExceptionState.Try) 114else if (currentExBlock.State == ExceptionState.Catch) 142if (currentExBlock.State == ExceptionState.Try) 146else if (currentExBlock.State == ExceptionState.Catch) 185if (currentExBlock.State == ExceptionState.Try) 189else if (currentExBlock.State == ExceptionState.Catch) 213if (currentExBlock.State == ExceptionState.Try) 217else if (currentExBlock.State == ExceptionState.Catch) 747ExceptionState state = currentExBlock.State;