3 instantiations of 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)
3 references to LocalSlotManager
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
25
internal readonly
LocalSlotManager
LocalSlotManager;
72
internal ILBuilder(ITokenDeferral module,
LocalSlotManager
localSlotManager, OptimizationLevel optimizations, bool areLocalsZeroed)
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
1543
var
localSlotManager = new LocalSlotManager(variableSlotAllocatorOpt);