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