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