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