7 writes to _state
NuGet.Protocol (7)
Plugins\Connection.cs (7)
149_state = (int)ConnectionState.Closing; 158_state = (int)ConnectionState.Closed; 179_state = (int)ConnectionState.Connecting; 193_state = (int)ConnectionState.Handshaking; 201_state = (int)ConnectionState.FailedToHandshake; 208_state = (int)ConnectionState.FailedToHandshake; 213_state = (int)ConnectionState.Connected;
4 references to _state
NuGet.Protocol (4)
Plugins\Connection.cs (4)
28public ConnectionState State => (ConnectionState)_state; 147if (_state != (int)ConnectionState.Closed) 242if (_state < (int)ConnectionState.Connecting) 287if (_state < (int)ConnectionState.Connecting)