4 writes to BypassList
NuGet.Configuration (4)
Proxy\ProxyCache.cs (2)
104
webProxy.
BypassList
= noProxy!.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries);
132
webProxy.
BypassList
= noProxy!.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries);
Proxy\WebProxy.cs (2)
30
BypassList
= Array.Empty<string>();
41
BypassList
= Array.Empty<string>();