2 instantiations of LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (2)
761
new
LocalSlotManager
(slotAllocator: null),
1185
new
LocalSlotManager
(slotAllocator: null),
2 references to LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
23
internal readonly
LocalSlotManager
? LocalSlotManager;
71
internal ILBuilder(CommonPEModuleBuilder module,
LocalSlotManager
? localSlotManager, DiagnosticBag diagnostics, OptimizationLevel optimizations, bool areLocalsZeroed)