2 references to NuGetConfigurationKey
NuGet.Protocol (2)
HttpSource\HttpRequestMessageExtensions.cs (2)
100var foundInstance = request.GetProperty<HttpRequestMessageConfiguration>(NuGetConfigurationKey); 125request.Options.Set(new HttpRequestOptionsKey<HttpRequestMessageConfiguration>(NuGetConfigurationKey), configuration);