1 override of GetEndTag
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DocumentationComments\XmlTagCompletionCommandHandler.cs (1)
34protected override XmlElementEndTagSyntax GetEndTag(XmlElementSyntax xmlElement)
2 references to GetEndTag
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (2)
216var endTag = GetEndTag(parentElement); 231var endTag = GetEndTag(parentElement);