3 references to TryPop
Microsoft.CodeAnalysis (2)
CodeGen\LocalSlotManager.cs (2)
134if (!isSlotReusable || !FreeSlots.TryPop(new LocalSignature(type, constraints), out local)) 171if (!FreeSlots.TryPop(new LocalSignature(type, constraints), out LocalDefinition? local))
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\AsyncRewriter\AsyncRewriter.SpillFieldAllocator.vb (1)
38If Not Me._allocatedFields.TryPop(type, field) Then