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