1 instantiation of InboundRequestContext
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
693
return new
InboundRequestContext
(
9 references to InboundRequestContext
NuGet.Protocol (9)
Plugins\InboundRequestContext.cs (2)
30
/// Initializes a new <see cref="
InboundRequestContext
" /> class.
48
/// Initializes a new <see cref="
InboundRequestContext
" /> class.
Plugins\MessageDispatcher.cs (7)
24
private readonly ConcurrentDictionary<string,
InboundRequestContext
> _inboundRequestContexts;
86
_inboundRequestContexts = new ConcurrentDictionary<string,
InboundRequestContext
>();
385
InboundRequestContext
requestContext;
593
InboundRequestContext
requestContext;
629
var
requestContext = CreateInboundRequestContext(message, cancellationToken);
671
InboundRequestContext
requestContext;
689
private
InboundRequestContext
CreateInboundRequestContext(