13 references to None
System.Net.Quic (13)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (13)
39_state = State.None; 61/// Tries to get a value task representing this task source. If this task source is <see cref="State.None"/>, it'll also transition it into <see cref="State.Awaiting"/> state. 75if (_state == State.None) 95if (state == State.None) 108if (state is State.None or State.Ready or State.Completed) 163state = State.None; 168if (state is State.None or State.Awaiting) 178if (state is State.None or State.Awaiting) 185if (state is State.None or State.Awaiting) 221/// <param name="final">Whether this is the final transition to <see cref="State.Completed" /> or just a transition into <see cref="State.Ready"/> from which the task source can be reset back to <see cref="State.None"/>.</param> 232/// <param name="final">Whether this is the final transition to <see cref="State.Completed" /> or just a transition into <see cref="State.Ready"/> from which the task source can be reset back to <see cref="State.None"/>.</param> 265_state = State.None; 283_state = State.None;