1 instantiation of LocalSlotManager
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
741new LocalSlotManager(slotAllocator: null),
2 references to LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
25internal readonly LocalSlotManager LocalSlotManager; 72internal ILBuilder(ITokenDeferral module, LocalSlotManager localSlotManager, OptimizationLevel optimizations, bool areLocalsZeroed)