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