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