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