2 references to HasUnmatchedIdenticalParentStart
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
DocumentationComments\XmlTagCompletionCommandHandler.vb (2)
49If HasMatchingEndTag(element) AndAlso HasUnmatchedIdenticalParentStart(element, elementName) Then 72Return HasUnmatchedIdenticalParentStart(TryCast(element.Parent, XmlElementSyntax), expectedName)