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