5 references to Completed
System.Net.Quic (5)
System\Net\Quic\Internal\ValueTaskSource.cs (5)
41
public bool IsCompleted => (State)Volatile.Read(ref Unsafe.As<State, byte>(ref _state)) == State.
Completed
;
107
if (state != State.
Completed
)
109
_state = State.
Completed
;
151
/// Tries to transition from <see cref="State.Awaiting"/> to <see cref="State.
Completed
"/>. Only the first call is able to do that.
160
/// Tries to transition from <see cref="State.Awaiting"/> to <see cref="State.
Completed
"/>. Only the first call is able to do that.