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