2 references to GetMarshalAsCustomAttribute
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
2094Attribute? pca = GetMarshalAsCustomAttribute(parameter); 2118if (GetMarshalAsCustomAttribute(parameter) is not null) return true;