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