Base:
method
GetProperties
Microsoft.Build.Framework.Telemetry.TelemetryBase.GetProperties()
9 references to GetProperties
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
577
loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.
GetProperties
());
Microsoft.Build.Engine.UnitTests (8)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (2)
43
telemetry.
GetProperties
().Where(kv => kv.Value != bool.FalseString).ShouldBeEmpty();
67
var properties = telemetry.
GetProperties
();
TerminalLoggerConfiguration_Tests.cs (6)
69
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())
99
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())
126
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())
155
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())
183
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())
213
foreach (KeyValuePair<string, string> pair in expectedTelemetry.
GetProperties
())