1 write to RequiresSerInfoFixup
mscorlib (1)
system\runtime\serialization\objectmanager.cs (1)
275
holder.
RequiresSerInfoFixup
= false;
4 references to RequiresSerInfoFixup
mscorlib (4)
system\runtime\serialization\objectmanager.cs (4)
254
Contract.Assert(holder.
RequiresSerInfoFixup
,"[ObjectManager.FixupSpecialObject]holder.HasSurrogate||holder.HasISerializable");
934
if (temp.
RequiresSerInfoFixup
) {
994
if (ohToBeFixed.
RequiresSerInfoFixup
&& fixup.m_fixupType == FixupHolder.MemberFixup) {
1551
return (!
RequiresSerInfoFixup
&& !IsIncompleteObjectReference);