3 references to FindPartner
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
EditAndContinue\SyntaxUtilitiesTests.vb (1)
18Dim newNode = SyntaxUtilities.FindPartner(oldRoot, newRoot, oldNode)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
626Return SyntaxUtilities.FindPartner(leftDeclarator.AsClause, rightDeclarator.AsClause, leftNode) 630Return SyntaxUtilities.FindPartner(leftDeclaration, rightDeclaration, leftNode)