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