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