1 instantiation of ConstructorCustomAttributeSearcher
System.Private.CoreLib (1)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
159public static readonly ConstructorCustomAttributeSearcher Default = new ConstructorCustomAttributeSearcher();
2 references to ConstructorCustomAttributeSearcher
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (2)
52return ConstructorCustomAttributeSearcher.Default.GetMatchingCustomAttributes(constructorInfo, optionalAttributeTypeFilter, inherit: false, skipTypeValidation: skipTypeValidation); 159public static readonly ConstructorCustomAttributeSearcher Default = new ConstructorCustomAttributeSearcher();