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