5 references to IncompleteObjectReference
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\ObjectManager.cs (5)
1017internal const int REQUIRES_DELAYED_FIXUP = HAS_ISERIALIZABLE | HAS_SURROGATE | IncompleteObjectReference; 1238_flags |= IncompleteObjectReference; 1259get { return (_flags & IncompleteObjectReference) != 0; } 1264_flags |= IncompleteObjectReference; 1268_flags &= ~IncompleteObjectReference;