4 references to GetMethodsWithAttribute
mscorlib (4)
system\runtime\serialization\serializationeventscache.cs (4)
82
m_OnSerializingMethods =
GetMethodsWithAttribute
(typeof(OnSerializingAttribute), t);
83
m_OnSerializedMethods =
GetMethodsWithAttribute
(typeof(OnSerializedAttribute), t);
84
m_OnDeserializingMethods =
GetMethodsWithAttribute
(typeof(OnDeserializingAttribute), t);
85
m_OnDeserializedMethods =
GetMethodsWithAttribute
(typeof(OnDeserializedAttribute), t);