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