8 references to _variableSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.Variables.cs (8)
164Debug.Assert(_variableSlot.Count == 0); 173_variableSlot.Add(identifier, index); 201_variableSlot.Free(); 210ImmutableArray.CreateRange(_variableSlot), 248if (_variableSlot.TryGetValue(identifier, out int index)) 279_variableSlot.Add(identifier, index); 325return fromContainer + _variableSlot.Count; 433return $"Id={Id}, Symbol={symbol}, Count={_variableSlot.Count}";