2 references to Handshaking
NuGet.Protocol (2)
Plugins\Connection.cs (1)
193
_state = (int)ConnectionState.
Handshaking
;
Plugins\PluginFactory.cs (1)
219
if (connection?.State == ConnectionState.
Handshaking
)