6 writes to m_currentState
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1290m_currentState = State_Try; 1348m_currentState = State_Filter; 1354m_currentState = State_Fault; 1360m_currentState = State_Catch; 1371m_currentState = State_Finally; 1382m_currentState = State_Done;
1 reference to m_currentState
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1479return m_currentState;