1 write to _token
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
439_token = token;
2 references to _token
Microsoft.DotNet.Build.Tasks.Feed (2)
src\ProductionChannelValidator.cs (2)
454if (!string.IsNullOrEmpty(_token)) 456request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", _token);