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