1 write to _inboundRequestContexts
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
86
_inboundRequestContexts
= new ConcurrentDictionary<string, InboundRequestContext>();
5 references to _inboundRequestContexts
NuGet.Protocol (5)
Plugins\MessageDispatcher.cs (5)
122
foreach (var entry in
_inboundRequestContexts
)
387
if (!
_inboundRequestContexts
.TryGetValue(request.RequestId, out requestContext))
595
if (
_inboundRequestContexts
.TryGetValue(message.RequestId, out requestContext))
633
_inboundRequestContexts
.TryAdd(message.RequestId, requestContext);
673
if (
_inboundRequestContexts
.TryRemove(requestId, out requestContext))