1 write to _processingThread
NuGet.Protocol (1)
Plugins\InboundRequestProcessingHandler.cs (1)
35
_processingThread
= new Lazy<DedicatedAsynchronousProcessingThread>(() =>
3 references to _processingThread
NuGet.Protocol (3)
Plugins\InboundRequestProcessingHandler.cs (3)
55
_processingThread
.Value.Enqueue(task);
69
if (
_processingThread
.IsValueCreated)
71
_processingThread
.Value.Dispose();