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)
28
public ConnectionState State => (ConnectionState)
_state
;
147
if (
_state
!= (int)ConnectionState.Closed)
242
if (
_state
< (int)ConnectionState.Connecting)
287
if (
_state
< (int)ConnectionState.Connecting)