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