6 writes to m_currentState
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1284
m_currentState
= State_Try;
1342
m_currentState
= State_Filter;
1348
m_currentState
= State_Fault;
1354
m_currentState
= State_Catch;
1365
m_currentState
= State_Finally;
1376
m_currentState
= State_Done;
1 reference to m_currentState
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1473
return
m_currentState
;