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