1 write to _stateMachineTypeName
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
72
_stateMachineTypeName
= stateMachineTypeName;
1 reference to _stateMachineTypeName
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
192
public override string? PreviousStateMachineTypeName =>
_stateMachineTypeName
;