6 references to GetSerializationEventsForType
mscorlib (6)
system\runtime\serialization\objectmanager.cs (3)
1125
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(obj.GetType());
1131
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(obj.GetType());
1138
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(obj.GetType());
system\runtime\serialization\safeserializationmanager.cs (1)
449
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(m_realObject.GetType());
system\runtime\serialization\serializationobjectmanager.cs (2)
37
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(obj.GetType());
63
SerializationEvents cache = SerializationEventsCache.
GetSerializationEventsForType
(obj.GetType());