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