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