2 references to GetMethodsWithAttribute
System.Resources.Extensions (2)
System\Resources\Extensions\BinaryFormat\SerializationEvents.cs (2)
39
List<MethodInfo>? onDeserializingMethods =
GetMethodsWithAttribute
(typeof(OnDeserializingAttribute), type);
40
List<MethodInfo>? onDeserializedMethods =
GetMethodsWithAttribute
(typeof(OnDeserializedAttribute), type);