3 instantiations of LocalSlotManager
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3354var ilBuilder = new ILBuilder(moduleBeingBuilt, new LocalSlotManager(slotAllocator: null), OptimizationLevel.Release, areLocalsZeroed: false);
Compiler\MethodCompiler.cs (1)
1543var localSlotManager = new LocalSlotManager(variableSlotAllocatorOpt);
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1576Dim localSlotManager = New LocalSlotManager(variableSlotAllocatorOpt)
3 references to LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
25internal readonly LocalSlotManager LocalSlotManager; 72internal ILBuilder(ITokenDeferral module, LocalSlotManager localSlotManager, OptimizationLevel optimizations, bool areLocalsZeroed)
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1543var localSlotManager = new LocalSlotManager(variableSlotAllocatorOpt);