4 references to GetAttributeName
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
4709var name = MetadataValidation.GetAttributeName(metadataReader, ca); 4818var name = MetadataValidation.GetAttributeName(metadataReader, ca);
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\MetadataValidation.cs (2)
53if (string.Equals(GetAttributeName(metadataReader, caHandle), attributeClassName, StringComparison.Ordinal)) 72Assert.NotEqual("MarshalAsAttribute", GetAttributeName(metadataReader, ca));