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