5 instantiations of LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (2)
761
new
LocalSlotManager
(slotAllocator: null),
1185
new
LocalSlotManager
(slotAllocator: null),
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
3710
var ilBuilder = new ILBuilder(moduleBeingBuilt, new
LocalSlotManager
(slotAllocator: null), methodBodyDiagnosticBag, OptimizationLevel.Release, areLocalsZeroed: false);
Compiler\MethodCompiler.cs (2)
1405
ILBuilder builder = new ILBuilder(_moduleBeingBuiltOpt, new
LocalSlotManager
(slotAllocator: null), _diagnostics.DiagnosticBag, OptimizationLevel.Release, areLocalsZeroed: false);
1613
var localSlotManager = new
LocalSlotManager
(variableSlotAllocatorOpt);
3 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)
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1613
var
localSlotManager = new LocalSlotManager(variableSlotAllocatorOpt);