9 references to _variableBySlot
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.Variables.cs (9)
166Debug.Assert(_variableBySlot.Count == 1); 168_variableBySlot.AddMany(default, snapshot.VariableSlot.Length); 174_variableBySlot[index] = identifier; 199_variableBySlot.Free(); 280_variableBySlot.Add(identifier); 291slot = _variableBySlot[index].ContainingSlot; 316return variables!._variableBySlot[index]; 320internal int NextAvailableIndex => _variableBySlot.Count; 332var variableBySlot = variables._variableBySlot;