2 writes to _continuationState
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
308_continuationState = state; 522_continuationState = null;
3 references to _continuationState
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
274c(_continuationState); 283c(thisRef._continuationState); 304if (_continuationState is not null)