1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1088ActiveNodeIndices = activeNodeIndices;
4 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1094=> ActiveNodeIndices != null; 1097=> new(ActiveNodeIndices, match, newLambdaBody); 1205lambda.ActiveNodeIndices!.Add(activeNodes.Count); 1667activeNodesInLambdaBody = info.ActiveNodeIndices?.Select(i => memberBodyActiveNodes[i]) ?? [];