1 write to _pollingDelay
NuGet.Protocol (1)
Utility\DedicatedAsynchronousProcessingThread.cs (1)
31
_pollingDelay
= pollingDelay;
1 reference to _pollingDelay
NuGet.Protocol (1)
Utility\DedicatedAsynchronousProcessingThread.cs (1)
69
await Task.Delay(
_pollingDelay
.Milliseconds);