2 references to ComputeDeclarationBodyMap
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1239
var memberBodyMap =
ComputeDeclarationBodyMap
(oldMemberBody, newMemberBody, activeNodesInBody);
1681
var lambdaBodyMatch =
ComputeDeclarationBodyMap
(oldLambdaBody, newLambdaBody, activeNodesInLambdaBody);