3 references to FreeSlots
Microsoft.CodeAnalysis (3)
CodeGen\LocalSlotManager.cs (3)
133if (!isSlotReusable || !FreeSlots.TryPop(new LocalSignature(type, constraints), out local)) 170if (!FreeSlots.TryPop(new LocalSignature(type, constraints), out LocalDefinition? local)) 248FreeSlots.Push(new LocalSignature(slot.Type, slot.Constraints), slot);