1 type derived from VariableSlotAllocator
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
18
internal sealed class EncVariableSlotAllocator :
VariableSlotAllocator
4 references to VariableSlotAllocator
Microsoft.CodeAnalysis (4)
CodeGen\LocalSlotManager.cs (2)
74
private readonly
VariableSlotAllocator
? _slotAllocator;
76
public LocalSlotManager(
VariableSlotAllocator
? slotAllocator)
CodeGen\StateMachineStateDebugInfo.cs (1)
52
public static StateMachineStatesDebugInfo Create(
VariableSlotAllocator
? variableSlotAllocator, ImmutableArray<StateMachineStateDebugInfo> stateInfos)
Emit\EditAndContinue\DefinitionMap.cs (1)
210
internal
VariableSlotAllocator
? TryCreateVariableSlotAllocator(Compilation compilation, IMethodSymbolInternal method, IMethodSymbolInternal topLevelMethod, DiagnosticBag diagnostics)