3 references to GetOrCreateConfiguration
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
80
var configuration = request.
GetOrCreateConfiguration
();
HttpSource\ProxyAuthenticationHandler.cs (1)
61
var logger = request.
GetOrCreateConfiguration
().Logger;
HttpSource\ServerWarningLogHandler.cs (1)
21
var configuration = request.
GetOrCreateConfiguration
();