Base:
method
GetProperties
Microsoft.Build.Framework.Telemetry.TelemetryBase.GetProperties()
9 references to GetProperties
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
601loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.GetProperties());
Microsoft.Build.Engine.UnitTests (8)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (2)
39telemetry.GetProperties() 62var properties = telemetry.GetProperties();
TerminalLoggerConfiguration_Tests.cs (6)
69foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 98foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 125foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 154foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 182foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 211foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties())