1 instantiation of InternalMicrosoftDetectorCacheEntry
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
343var entry = new InternalMicrosoftDetectorCacheEntry
4 references to InternalMicrosoftDetectorCacheEntry
aspire (4)
JsonSourceGenerationContext.cs (1)
61[JsonSerializable(typeof(InternalMicrosoftDetectorCacheEntry))]
Telemetry\InternalMicrosoftDetector.cs (3)
97var cached = await TryReadFreshCacheAsync(cancellationToken).ConfigureAwait(false); 299private async Task<InternalMicrosoftDetectorCacheEntry?> TryReadFreshCacheAsync(CancellationToken cancellationToken) 343var entry = new InternalMicrosoftDetectorCacheEntry