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; 198_variableBySlot.Free(); 279_variableBySlot.Add(identifier); 290slot = _variableBySlot[index].ContainingSlot; 315return variables!._variableBySlot[index]; 319internal int NextAvailableIndex => _variableBySlot.Count; 331var variableBySlot = variables._variableBySlot;