2 references to _retryCache
NuGet.Credentials (2)
CredentialService.cs (2)
94
var isRetry =
_retryCache
.ContainsKey(retryKey);
133
_retryCache
[retryKey] = true;