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