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