1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
909
ActiveNodeIndices
= activeNodeIndices;
4 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
915
=>
ActiveNodeIndices
!= null;
918
=> new(
ActiveNodeIndices
, match, newLambdaBody);
1023
lambda.
ActiveNodeIndices
!.Add(activeNodes.Count);
1483
activeNodesInLambdaBody = info.
ActiveNodeIndices
?.Select(i => memberBodyActiveNodes[i]) ?? [];