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