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