1 write to _awaiterMap
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
74
_awaiterMap
= awaiterMap;
2 references to _awaiterMap
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
235
if (
_awaiterMap
== null)
244
return
_awaiterMap
.TryGetValue(typeRef, out slotIndex);