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