1 write to _token
Microsoft.DotNet.ArcadeAzureIntegration (1)
TokenCredentialShortCache.cs (1)
79_token = await getFreshToken();
3 references to _token
Microsoft.DotNet.ArcadeAzureIntegration (3)
TokenCredentialShortCache.cs (3)
74if (_token != null && _shortTimeCacheExpiresOn > DateTime.UtcNow) 76return _token.Value; 81return _token.Value;