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