2 writes to _currentId
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
459
_currentId
++;
504
_currentId
++;
10 references to _currentId
System.Threading.Channels (10)
System\Threading\Channels\AsyncOperation.cs (10)
291
/// <param name="token">The current token that must match <see cref="
_currentId
"/>.</param>
295
if (
_currentId
!= token)
426
public ValueTask ValueTask => new ValueTask(this,
_currentId
);
429
/// <param name="token">The token that must match <see cref="AsyncOperation.
_currentId
"/>.</param>
432
if (
_currentId
!= token)
445
/// <param name="token">The token that must match <see cref="AsyncOperation.
_currentId
"/>.</param>
448
if (
_currentId
!= token)
486
public ValueTask<TResult> ValueTaskOfT => new ValueTask<TResult>(this,
_currentId
);
489
/// <param name="token">The token that must match <see cref="AsyncOperation.
_currentId
"/>.</param>
492
if (
_currentId
!= token)