2 references to GetAttributeNamespaceAndName
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
2755
if (!
GetAttributeNamespaceAndName
(metadataReader, ctorType, out ctorTypeNamespace, out ctorTypeName))
3101
return
GetAttributeNamespaceAndName
(MetadataReader, typeDefOrRef, out namespaceHandle, out nameHandle);