1 instantiation of InternalMicrosoftDetectorCacheEntry
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
560var entry = new InternalMicrosoftDetectorCacheEntry
5 references to InternalMicrosoftDetectorCacheEntry
aspire (5)
JsonSourceGenerationContext.cs (1)
61[JsonSerializable(typeof(InternalMicrosoftDetectorCacheEntry))]
Telemetry\InternalMicrosoftDetector.cs (4)
535private static InternalMicrosoftDetectorCacheEntry NormalizeCacheEntry(InternalMicrosoftDetectorCacheEntry entry) 560var entry = new InternalMicrosoftDetectorCacheEntry 1910private sealed record InternalMicrosoftCacheReadResult(InternalMicrosoftDetectorCacheEntry? Entry, string CacheStatus);