4 implementations of LogTelemetry
Microsoft.Arcade.Test.Common (1)
MockEngine.cs (1)
68public void LogTelemetry(string eventName, IDictionary<string, string> properties)
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
650public void LogTelemetry(string eventName, IDictionary<string, string> properties)
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
162public void LogTelemetry(string eventName, IDictionary<string, string> properties)
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
477public void LogTelemetry(string eventName, IDictionary<string, string> properties)
3 references to LogTelemetry
Crossgen2Tasks (1)
CommonFilePulledFromSdkRepo\TaskBase.cs (1)
52(BuildEngine as IBuildEngine5)?.LogTelemetry(eventName, new Dictionary<string, string> {
Microsoft.Build (1)
TaskLoggingHelper.cs (1)
1454(BuildEngine as IBuildEngine5)?.LogTelemetry(eventName, properties);
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1454(BuildEngine as IBuildEngine5)?.LogTelemetry(eventName, properties);