1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
969ActiveNodeIndices = activeNodeIndices;
4 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
975=> ActiveNodeIndices != null; 978=> new(ActiveNodeIndices, match, newLambdaBody); 1086lambda.ActiveNodeIndices!.Add(activeNodes.Count); 1548activeNodesInLambdaBody = info.ActiveNodeIndices?.Select(i => memberBodyActiveNodes[i]) ?? [];