5 references to GetElementNameAndAttributes
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (5)
235
(elementName, attributes) =
GetElementNameAndAttributes
(token.Parent.Parent!);
249
(elementName, attributes) =
GetElementNameAndAttributes
(attributeSyntax.Parent!);
273
return
GetElementNameAndAttributes
(elementSyntax.StartTag);
355
(var name, var attributes) =
GetElementNameAndAttributes
(node);
368
private string? GetElementName(XmlNodeSyntax node) =>
GetElementNameAndAttributes
(node).name;