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