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