1 write to _stateMachineStateMap
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
75
_stateMachineStateMap
= stateMachineStateMap;
2 references to _stateMachineStateMap
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
363
if (
_stateMachineStateMap
!= null &&
365
_stateMachineStateMap
.TryGetValue((syntaxOffset, awaitId), out state))