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