2 references to HasMatchingEndTag
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (2)
139
if (GetLocalName(parentStartTag).ValueText.Length > 0 &&
HasMatchingEndTag
(parentElement))
201
if (
HasMatchingEndTag
(grandParentElement))