Base:
method
GetProperties
Microsoft.Build.Framework.Telemetry.TelemetryBase.GetProperties()
9 references to GetProperties
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
642loggingService.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)
68foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 97foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 124foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 153foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 181foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties()) 210foreach (KeyValuePair<string, string> pair in expectedTelemetry.GetProperties())