8 references to Detected
aspire (5)
Telemetry\InternalMicrosoftDetector.cs (5)
124cached.Entry.IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.Detected : InternalMicrosoftDetectorOutcome.NotDetected, 131if (result.Outcome is InternalMicrosoftDetectorOutcome.Detected or InternalMicrosoftDetectorOutcome.NotDetected) 263Outcome = 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: []) 2032IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.Detected : InternalMicrosoftDetectorOutcome.NotDetected,
Aspire.Cli.Tests (3)
Telemetry\AspireCliTelemetryTests.cs (1)
670Assert.Equal(InternalMicrosoftDetectorOutcome.Detected, activity.GetTagItem(TelemetryConstants.Tags.InternalMicrosoftDetectorOutcome));
Telemetry\InternalMicrosoftDetectorTests.cs (1)
77Assert.Equal(InternalMicrosoftDetectorOutcome.Detected, result.Outcome);
Telemetry\TelemetryFixture.cs (1)
186IsInternalMicrosoft ? InternalMicrosoftDetectorOutcome.Detected : InternalMicrosoftDetectorOutcome.NotDetected,