4 references to Closed
NuGet.Protocol (4)
Plugins\Connection.cs (4)
147
if (_state != (int)ConnectionState.
Closed
)
158
_state = (int)ConnectionState.
Closed
;
237
State == ConnectionState.
Closed
)
282
State == ConnectionState.
Closed
)