3 references to InternalMicrosoftDomain
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
297tagsList.Add(new(TelemetryConstants.Tags.InternalMicrosoftDomain, internalMicrosoftResult.Domain));
Aspire.Cli.Tests (2)
Telemetry\AspireCliTelemetryTests.cs (2)
273Assert.Equal("aspire.cli.microsoft_internal_domain", TelemetryConstants.Tags.InternalMicrosoftDomain); 289Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.InternalMicrosoftDomain && (string?)t.Value == "TEST");