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)
246if (!_authStates.TryGetValue(correlationId, out authState)) 249_authStates[correlationId] = authState;