2 writes to objectManager
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
534
this.
objectManager
= objectManager;
557
this.
objectManager
= objectManager;
4 references to objectManager
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
729
objectManager
.RecordDelayedFixup(objectId, name, idRef);
736
objectManager
.RecordFixup(objectId, cache.memberInfos[position], idRef);
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (2)
715
objectInfo.
objectManager
.RecordDelayedFixup(parent.PRobjectId, memberName, record.PRobjectId);
725
objectInfo.
objectManager
.RecordFixup(parent.PRobjectId, memberInfo, record.PRobjectId);