2 references to GetAttributeName
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (2)
254
attributeNames = attributes.Select(
GetAttributeName
).ToSet();
361
attributes.Where(attribute =>
GetAttributeName
(attribute) == attributeName)