7 writes to _state
NuGet.Protocol (7)
Plugins\Connection.cs (7)
147_state = (int)ConnectionState.Closing; 156_state = (int)ConnectionState.Closed; 177_state = (int)ConnectionState.Connecting; 191_state = (int)ConnectionState.Handshaking; 199_state = (int)ConnectionState.FailedToHandshake; 206_state = (int)ConnectionState.FailedToHandshake; 211_state = (int)ConnectionState.Connected;
4 references to _state
NuGet.Protocol (4)
Plugins\Connection.cs (4)
26public ConnectionState State => (ConnectionState)_state; 145if (_state != (int)ConnectionState.Closed) 240if (_state < (int)ConnectionState.Connecting) 285if (_state < (int)ConnectionState.Connecting)