1 override of GetExistingTopLevelAttributeValues
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (1)
350protected override IEnumerable<string?> GetExistingTopLevelAttributeValues(DocumentationCommentTriviaSyntax syntax, string elementName, string attributeName)
1 reference to GetExistingTopLevelAttributeValues
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (1)
264names.RemoveAll(GetExistingTopLevelAttributeValues(syntax, tagName, NameAttributeName).WhereNotNull());