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