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