2 writes to _currentId
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
144
_currentId
++;
170
_currentId
++;
10 references to _currentId
System.Threading.Channels (10)
System\Threading\Channels\AsyncOperation.cs (10)
105
public ValueTask ValueTask => new ValueTask(this,
_currentId
);
107
public ValueTask<TResult> ValueTaskOfT => new ValueTask<TResult>(this,
_currentId
);
110
/// <param name="token">The token that must match <see cref="
_currentId
"/>.</param>
113
if (
_currentId
!= token)
129
/// <param name="token">The token that must match <see cref="
_currentId
"/>.</param>
132
if (
_currentId
!= token)
156
/// <param name="token">The token that must match <see cref="
_currentId
"/>.</param>
159
if (
_currentId
!= token)
201
/// <param name="token">The current token that must match <see cref="
_currentId
"/>.</param>
205
if (
_currentId
!= token)