3 references to LocalSlotManager
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3354
var ilBuilder = new ILBuilder(moduleBeingBuilt, new
LocalSlotManager
(slotAllocator: null), OptimizationLevel.Release, areLocalsZeroed: false);
Compiler\MethodCompiler.cs (1)
1543
var localSlotManager = new
LocalSlotManager
(variableSlotAllocatorOpt);
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1576
Dim localSlotManager = New
LocalSlotManager
(variableSlotAllocatorOpt)