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