Base:
property
EventName
Microsoft.Build.Framework.Telemetry.TelemetryBase.EventName
8 references to EventName
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
577loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.GetProperties());
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
27telemetry.EventName.ShouldBe("loggingConfiguration");
TerminalLoggerConfiguration_Tests.cs (6)
71output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 101output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 128output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 157output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 185output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}"); 215output.ShouldContain($"{expectedTelemetry.EventName}:{pair.Key}={pair.Value}");