1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
933
ActiveNodeIndices
= activeNodeIndices;
3 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
939
=> new(
ActiveNodeIndices
, match, newLambdaBody);
1024
lambda.
ActiveNodeIndices
!.Add(activeNodes.Count);
1447
activeNodesInLambda = info.
ActiveNodeIndices
?.Select(i => activeNodes[i]).ToArray();