3 references to 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)