2 references to FindPartner
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EditAndContinue\SyntaxUtilitiesTests.cs (1)
25
var newNode = SyntaxUtilities.
FindPartner
(oldRoot, newRoot, oldNode);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
535
=> SyntaxUtilities.
FindPartner
(leftRoot, rightRoot, leftNode);