2 writes to m_realObject
mscorlib (2)
system\runtime\serialization\safeserializationmanager.cs (2)
434m_realObject = deserialized; 451m_realObject = null;
5 references to m_realObject
mscorlib (5)
system\runtime\serialization\safeserializationmanager.cs (5)
380if (m_realObject != null) 382return m_realObject; 444if (m_realObject != null) 449SerializationEvents cache = SerializationEventsCache.GetSerializationEventsForType(m_realObject.GetType()); 450cache.InvokeOnDeserialized(m_realObject, context);