2 writes to _continuationState
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
307_continuationState = state; 521_continuationState = null;
3 references to _continuationState
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
273c(_continuationState); 282c(thisRef._continuationState); 303if (_continuationState is not null)