6 references to State
NuGet.Protocol (6)
Plugins\Connection.cs (5)
172
if (
State
!= ConnectionState.ReadyToConnect)
234
if (
State
== ConnectionState.Closing ||
235
State
== ConnectionState.Closed)
279
if (
State
== ConnectionState.Closing ||
280
State
== ConnectionState.Closed)
Plugins\PluginFactory.cs (1)
224
if (connection?.
State
== ConnectionState.Handshaking)