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