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