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