1 write to _authStates
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
328_authStates = null!; // Release references after disposal; field is not read again.
2 references to _authStates
NuGet.Protocol (2)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
250if (!_authStates.TryGetValue(correlationId, out authState)) 253_authStates[correlationId] = authState;