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.
62
if (_state == State.
None
)
78
if (state == State.
None
)