4 references to None
System.Net.Quic (4)
System\Net\Quic\Internal\ValueTaskSource.cs (4)
32_state = State.None; 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. 62if (_state == State.None) 78if (state == State.None)