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