1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1093
ActiveNodeIndices
= activeNodeIndices;
4 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1099
=>
ActiveNodeIndices
!= null;
1102
=> new(
ActiveNodeIndices
, match, newLambdaBody);
1210
lambda.
ActiveNodeIndices
!.Add(activeNodes.Count);
1672
activeNodesInLambdaBody = info.
ActiveNodeIndices
?.Select(i => memberBodyActiveNodes[i]) ?? [];