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