1 write to m_OnSerializingMethods
mscorlib (1)
system\runtime\serialization\serializationeventscache.cs (1)
82m_OnSerializingMethods = GetMethodsWithAttribute(typeof(OnSerializingAttribute), t);
3 references to m_OnSerializingMethods
mscorlib (3)
system\runtime\serialization\serializationeventscache.cs (3)
90get { return m_OnSerializingMethods != null || m_OnSerializedMethods != null; } 98if (m_OnSerializingMethods != null) 102foreach(MethodInfo m in m_OnSerializingMethods)