7 writes to m_currentState
mscorlib (7)
system\reflection\emit\ilgenerator.cs (7)
1437m_currentState = State_Try; 1451m_currentState = State_Try; 1514m_currentState = State_Filter; 1520m_currentState = State_Fault; 1525m_currentState = State_Catch; 1533m_currentState = State_Finally; 1544m_currentState = State_Done;
1 reference to m_currentState
mscorlib (1)
system\reflection\emit\ilgenerator.cs (1)
1629return m_currentState;