5 references to GetElementNameAndAttributes
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (5)
236
(elementName, attributes) =
GetElementNameAndAttributes
(token.Parent.Parent!);
250
(elementName, attributes) =
GetElementNameAndAttributes
(attributeSyntax.Parent!);
274
return
GetElementNameAndAttributes
(elementSyntax.StartTag);
356
(var name, var attributes) =
GetElementNameAndAttributes
(node);
369
private string? GetElementName(XmlNodeSyntax node) =>
GetElementNameAndAttributes
(node).name;