1 reference to s_attributeMap
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (1)
117
return
s_attributeMap
.Where(x => x.elementName == tagName && !existingAttributes.Contains(x.attributeName))