2 references to HasMatchingEndTag
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
DocumentationComments\XmlTagCompletionCommandHandler.cs (2)
54
if (parentStartTag.Name.LocalName.ValueText.Length > 0 &&
HasMatchingEndTag
(parentStartTag))
105
if (
HasMatchingEndTag
(grandParentElement.StartTag))