1 type derived from VariableSlotAllocator
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
18internal sealed class EncVariableSlotAllocator : VariableSlotAllocator
3 references to VariableSlotAllocator
Microsoft.CodeAnalysis (3)
CodeGen\LocalSlotManager.cs (2)
75private readonly VariableSlotAllocator? _slotAllocator; 77public LocalSlotManager(VariableSlotAllocator? slotAllocator)
Emit\EditAndContinue\DefinitionMap.cs (1)
210internal VariableSlotAllocator? TryCreateVariableSlotAllocator(Compilation compilation, IMethodSymbolInternal method, IMethodSymbolInternal topLevelMethod, DiagnosticBag diagnostics)