5 references to GetElementNameAndAttributes
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (5)
206
(elementName, attributes) =
GetElementNameAndAttributes
(token.Parent.Parent!);
220
(elementName, attributes) =
GetElementNameAndAttributes
(attributeSyntax.Parent!);
244
return
GetElementNameAndAttributes
(elementSyntax.StartTag);
336
(var name, var attributes) =
GetElementNameAndAttributes
(node);
349
private string? GetElementName(XmlNodeSyntax node) =>
GetElementNameAndAttributes
(node).name;