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