2 references to GetMethodsWithAttribute
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\SerializationEvents.cs (2)
37List<MethodInfo>? onDeserializingMethods = GetMethodsWithAttribute(typeof(OnDeserializingAttribute), type); 38List<MethodInfo>? onDeserializedMethods = GetMethodsWithAttribute(typeof(OnDeserializedAttribute), type);