1 write to _sendLock
NuGet.Protocol (1)
Plugins\Sender.cs (1)
42
_sendLock
= new object();
1 reference to _sendLock
NuGet.Protocol (1)
Plugins\Sender.cs (1)
132
lock (
_sendLock
)