2 references to FindPartner
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5245return newNode => FindPartner(oldRootNodes, newRootNodes, newNode); 5293return FindPartner(oldBody.RootNodes, newBody.RootNodes, newNode);