1 write to _inboundRequestContexts
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
87
_inboundRequestContexts
= new ConcurrentDictionary<string, InboundRequestContext>();
5 references to _inboundRequestContexts
NuGet.Protocol (5)
Plugins\MessageDispatcher.cs (5)
123
foreach (var entry in
_inboundRequestContexts
)
386
if (!
_inboundRequestContexts
.TryGetValue(request.RequestId, out _))
590
if (
_inboundRequestContexts
.TryGetValue(message.RequestId, out var requestContext))
632
_inboundRequestContexts
.TryAdd(message.RequestId, requestContext);
666
if (
_inboundRequestContexts
.TryRemove(requestId, out var requestContext))