1 write to _token
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
380
_token
= token;
2 references to _token
Microsoft.DotNet.Build.Tasks.Feed (2)
src\ProductionChannelValidator.cs (2)
383
if (!string.IsNullOrEmpty(
_token
))
387
Convert.ToBase64String(Encoding.ASCII.GetBytes($":{
_token
}")));