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)
238if (_awaiterMap == null) 247return _awaiterMap.TryGetValue(typeRef, out slotIndex);