3 references to _variableSlot
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (3)
256
_variableSlot
.Free();
272
return
_variableSlot
.TryGetValue(identifier, out slot);
278
_variableSlot
.Add(identifier, slot);