4 references to GetMethodsWithAttribute
System.Runtime.Serialization.Formatters (4)
System\Runtime\Serialization\SerializationEventsCache.cs (4)
21_onSerializingMethods = GetMethodsWithAttribute(typeof(OnSerializingAttribute), t); 22_onSerializedMethods = GetMethodsWithAttribute(typeof(OnSerializedAttribute), t); 23_onDeserializingMethods = GetMethodsWithAttribute(typeof(OnDeserializingAttribute), t); 24_onDeserializedMethods = GetMethodsWithAttribute(typeof(OnDeserializedAttribute), t);