2 writes to _objectManager
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
386_objectManager = objectManager; 423_objectManager = objectManager;
7 references to _objectManager
System.Runtime.Serialization.Formatters (7)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (4)
590if (_objectManager == null) 595_objectManager.RecordDelayedFixup(objectId, name, idRef); 602if (_objectManager == null) 608_objectManager.RecordFixup(objectId, _cache._memberInfos[position], idRef);
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (3)
410Debug.Assert(_objectInfo!._objectManager != null); 413_objectInfo._objectManager.RecordDelayedFixup(parent._objectId, _memberName!, record._objectId); 420_objectInfo._objectManager.RecordFixup(parent._objectId, memberInfo, record._objectId);