1 write to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
932ActiveNodeIndices = activeNodeIndices;
4 references to ActiveNodeIndices
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
938=> ActiveNodeIndices != null; 941=> new(ActiveNodeIndices, match, newLambdaBody); 1050lambda.ActiveNodeIndices!.Add(activeNodes.Count); 1513activeNodesInLambdaBody = info.ActiveNodeIndices?.Select(i => memberBodyActiveNodes[i]) ?? [];