2 overrides of GetExistingTopLevelAttributeValues
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (1)
330
protected override IEnumerable<string?>
GetExistingTopLevelAttributeValues
(DocumentationCommentTriviaSyntax syntax, string elementName, string attributeName)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (1)
291
Protected Overrides Function
GetExistingTopLevelAttributeValues
(syntax As DocumentationCommentTriviaSyntax, elementName As String, attributeName As String) As IEnumerable(Of String)
1 reference to GetExistingTopLevelAttributeValues
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (1)
259
names.RemoveAll(
GetExistingTopLevelAttributeValues
(syntax, tagName, NameAttributeName).WhereNotNull());