4 writes to _continuationState
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
283_continuationState = null; 294thisRef._continuationState = null; 320_continuationState = state; 376_continuationState = null;
4 references to _continuationState
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
282object? state = _continuationState; 293object? state = thisRef._continuationState; 316if (_continuationState is not null) 497Debug.Assert(_continuationState == null);