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);