4 writes to _continuationState
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
282_continuationState = null; 293thisRef._continuationState = null; 319_continuationState = state; 375_continuationState = null;
4 references to _continuationState
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
281object? state = _continuationState; 292object? state = thisRef._continuationState; 315if (_continuationState is not null) 496Debug.Assert(_continuationState == null);