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