1 instantiation of InboundRequestContext
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
693return 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)
24private readonly ConcurrentDictionary<string, InboundRequestContext> _inboundRequestContexts; 86_inboundRequestContexts = new ConcurrentDictionary<string, InboundRequestContext>(); 385InboundRequestContext requestContext; 593InboundRequestContext requestContext; 629var requestContext = CreateInboundRequestContext(message, cancellationToken); 671InboundRequestContext requestContext; 689private InboundRequestContext CreateInboundRequestContext(