3 references to _variableSlot
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (3)
255
_variableSlot
.Free();
271
return
_variableSlot
.TryGetValue(identifier, out slot);
277
_variableSlot
.Add(identifier, slot);