1 override of GetName
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DocumentationComments\XmlTagCompletionCommandHandler.cs (1)
37protected override XmlNameSyntax GetName(XmlElementEndTagSyntax endTag)
1 reference to GetName
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
112=> GetLocalName(GetName(startTag));