Base:
property
EventName
Microsoft.Build.Framework.Telemetry.TelemetryBase.EventName
8 references to EventName
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
642loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.GetProperties());
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
25telemetry.EventName.ShouldBe("loggingConfiguration");
TerminalLoggerConfiguration_Tests.cs (6)
70output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 99output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 126output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 155output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 183output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 212output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}");