2 instantiations of KeyedStack
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
112
slots = new
KeyedStack
<LocalSignature, LocalDefinition>();
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\AsyncRewriter\AsyncRewriter.SpillFieldAllocator.vb (1)
26
Private ReadOnly _allocatedFields As New
KeyedStack
(Of TypeSymbol, FieldSymbol)
3 references to KeyedStack
Microsoft.CodeAnalysis (3)
CodeGen\LocalSlotManager.cs (3)
68
private
KeyedStack
<LocalSignature, LocalDefinition>? _freeSlots;
105
private
KeyedStack
<LocalSignature, LocalDefinition> FreeSlots
109
var
slots = _freeSlots;