6 references to State
NuGet.Protocol (6)
Plugins\Connection.cs (5)
174
if (
State
!= ConnectionState.ReadyToConnect)
236
if (
State
== ConnectionState.Closing ||
237
State
== ConnectionState.Closed)
281
if (
State
== ConnectionState.Closing ||
282
State
== ConnectionState.Closed)
Plugins\PluginFactory.cs (1)
219
if (connection?.
State
== ConnectionState.Handshaking)