2 references to TryPop
Microsoft.CodeAnalysis (2)
CodeGen\LocalSlotManager.cs (2)
134
if (!isSlotReusable || !FreeSlots.
TryPop
(new LocalSignature(type, constraints), out local))
171
if (!FreeSlots.
TryPop
(new LocalSignature(type, constraints), out LocalDefinition? local))