1 write to _packageSource
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
58
_packageSource
= packageSource;
4 references to _packageSource
NuGet.Protocol (4)
HttpSource\HttpSource.cs (4)
36
public string PackageSource =>
_packageSource
.Source;
357
response = await RetryHandler.SendAsync(request,
_packageSource
.SourceUri.OriginalString, log, cancellationToken);
523
if (
_packageSource
.IsHttps && !
_packageSource
.AllowInsecureConnections)