2 writes to m_fixupCount
mscorlib (2)
system\runtime\serialization\objectmanager.cs (2)
630m_fixupCount-=fixupsPerformed; 1007m_fixupCount++;
3 references to m_fixupCount
mscorlib (3)
system\runtime\serialization\objectmanager.cs (3)
948Contract.Assert(m_fixupCount>=0,"[ObjectManager.DoFixups]m_fixupCount>=0"); 951if (m_fixupCount==0) { 970if (m_fixupCount==0) {