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