1 instantiation of DedicatedAsynchronousProcessingThread
NuGet.Protocol (1)
Plugins\InboundRequestProcessingHandler.cs (1)
37var thread = new DedicatedAsynchronousProcessingThread(TimeSpan.FromMilliseconds(50));
3 references to DedicatedAsynchronousProcessingThread
NuGet.Protocol (3)
Plugins\InboundRequestProcessingHandler.cs (3)
15private readonly Lazy<DedicatedAsynchronousProcessingThread> _processingThread; 35_processingThread = new Lazy<DedicatedAsynchronousProcessingThread>(() => 37var thread = new DedicatedAsynchronousProcessingThread(TimeSpan.FromMilliseconds(50));