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