1 instantiation of KeyedStack
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
111
slots = new
KeyedStack
<LocalSignature, LocalDefinition>();
3 references to KeyedStack
Microsoft.CodeAnalysis (3)
CodeGen\LocalSlotManager.cs (3)
67
private
KeyedStack
<LocalSignature, LocalDefinition>? _freeSlots;
104
private
KeyedStack
<LocalSignature, LocalDefinition> FreeSlots
108
var
slots = _freeSlots;