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