8 references to Detected
aspire (5)
Telemetry\InternalMicrosoftDetector.cs (5)
124
cached.Entry.IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.
Detected
: InternalMicrosoftDetectorOutcome.NotDetected,
131
if (result.Outcome is InternalMicrosoftDetectorOutcome.
Detected
or InternalMicrosoftDetectorOutcome.NotDetected)
263
Outcome = InternalMicrosoftDetectorOutcome.
Detected
,
356
? new InternalMicrosoftDetectionResult(IsInternalMicrosoft: true, Source: result.Source, Alias: result.Result.Alias, Domain: result.Result.Domain, Outcome: InternalMicrosoftDetectorOutcome.
Detected
, CacheStatus: InternalMicrosoftDetectorCacheStatus.Miss, Duration: TimeSpan.Zero, ProbeDiagnostics: [])
2032
IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.
Detected
: InternalMicrosoftDetectorOutcome.NotDetected,
Aspire.Cli.Tests (3)
Telemetry\AspireCliTelemetryTests.cs (1)
670
Assert.Equal(InternalMicrosoftDetectorOutcome.
Detected
, activity.GetTagItem(TelemetryConstants.Tags.InternalMicrosoftDetectorOutcome));
Telemetry\InternalMicrosoftDetectorTests.cs (1)
77
Assert.Equal(InternalMicrosoftDetectorOutcome.
Detected
, result.Outcome);
Telemetry\TelemetryFixture.cs (1)
186
IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.
Detected
: InternalMicrosoftDetectorOutcome.NotDetected,