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