1 write to m_objectManager
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
346m_objectManager = new ObjectManager(m_surrogates, m_context, false, bIsCrossAppDomain);
14 references to m_objectManager
mscorlib (14)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (14)
92if (m_objectManager != null) 93m_objectManager.TopObject = value; 179m_objectManager.DoFixups(); 192TopObject = m_objectManager.GetObject(topId); 204m_objectManager.RaiseDeserializationEvent(); // This will raise both IDeserialization and [OnDeserialized] events 365return ReadObjectInfo.Create(objectType, m_surrogates, m_context, m_objectManager, serObjectInfoInit, m_formatterConverter, bSimpleAssembly); 371return ReadObjectInfo.Create(objectType, memberNames, memberTypes, m_surrogates, m_context, m_objectManager, serObjectInfoInit, m_formatterConverter, bSimpleAssembly); 545m_objectManager.RaiseOnDeserializingEvent(pr.PRnewObj); 560pr.PRobjectInfo = ReadObjectInfo.Create(pr.PRdtType, m_surrogates, m_context, m_objectManager, serObjectInfoInit, m_formatterConverter, bSimpleAssembly); 886Object refObj = m_objectManager.GetObject(pr.PRidRef); 896m_objectManager.RecordArrayElementFixup(objectPr.PRobjectId, fixupIndex, pr.PRidRef); 1117Object refObj = m_objectManager.GetObject(pr.PRidRef); 1272m_objectManager.RegisterString((String)obj, pr.PRobjectId, si, parentId, memberInfo); 1274m_objectManager.RegisterObject(obj, pr.PRobjectId, si, parentId, memberInfo, indexMap);