1 write to _authStates
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
323
_authStates
= null;
2 references to _authStates
NuGet.Protocol (2)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
246
if (!
_authStates
.TryGetValue(correlationId, out authState))
249
_authStates
[correlationId] = authState;