6 instantiations of InternalMicrosoftCacheReadResult
aspire (6)
Telemetry\InternalMicrosoftDetector.cs (6)
493return new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Miss); 502return new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Stale); 511return new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Stale); 515return new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Stale); 523: new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Stale); 531return new InternalMicrosoftCacheReadResult(null, InternalMicrosoftDetectorCacheStatus.Stale);
2 references to InternalMicrosoftCacheReadResult
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
115var cached = await TryReadCacheAsync(cancellationToken).ConfigureAwait(false); 489private async Task<InternalMicrosoftCacheReadResult> TryReadCacheAsync(CancellationToken cancellationToken)