4 references to Awaiting
System.Net.Quic (4)
System\Net\Quic\Internal\ValueTaskSource.cs (4)
48
/// Tries to transition from <see cref="State.None"/> to <see cref="State.
Awaiting
"/>. Only the first call is able to do that so the result can be used to determine whether to invoke an operation or not.
88
_state = State.
Awaiting
;
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.