4 writes to _state
System.Net.Quic (4)
System\Net\Quic\Internal\ValueTaskSource.cs (4)
32_state = State.None; 41public bool IsCompleted => (State)Volatile.Read(ref Unsafe.As<State, byte>(ref _state)) == State.Completed; 88_state = State.Awaiting; 109_state = State.Completed;
3 references to _state
System.Net.Quic (3)
System\Net\Quic\Internal\ValueTaskSource.cs (3)
62if (_state == State.None) 75State state = _state; 105State state = _state;