5 references to Completed
System.Net.Quic (5)
System\Net\Quic\Internal\ValueTaskSource.cs (5)
41public bool IsCompleted => (State)Volatile.Read(ref Unsafe.As<State, byte>(ref _state)) == State.Completed; 107if (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.