Home
last modified time | relevance | path

Searched refs:LogTelemetry (Results 1 – 14 of 14) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Framework/
H A DIBuildEngine5.cs18 void LogTelemetry(string eventName, IDictionary<string, string> properties); in LogTelemetry() method
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DTelemetry.cs51 Log.LogTelemetry(EventName, properties); in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DMockLoggingService.cs529 …public void LogTelemetry(BuildEventContext buildEventContext, string eventName, IDictionary<string… in LogTelemetry() method in Microsoft.Build.UnitTests.BackEnd.MockLoggingService
H A DLoggingServicesLogMethod_Tests.cs1121 #region LogTelemetry
1132 service.LogTelemetry( in LogTelemetryNullEventName()
1161 service.LogTelemetry(buildEventContext, eventName, properties); in TestLogTelemetry()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Logging/
H A DILoggingService.cs477 …void LogTelemetry(BuildEventContext buildEventContext, string eventName, IDictionary<string, strin… in LogTelemetry() method
H A DLoggingServiceLogMethods.cs869 …public void LogTelemetry(BuildEventContext buildEventContext, string eventName, IDictionary<string… in LogTelemetry() method in Microsoft.Build.BackEnd.Logging.LoggingService
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DTaskHost.cs625 public void LogTelemetry(string eventName, IDictionary<string, string> properties) in LogTelemetry() method in Microsoft.Build.BackEnd.TaskHost
648 …_taskLoggingContext.LoggingService.LogTelemetry(_taskLoggingContext.BuildEventContext, eventName, … in LogTelemetry()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DTaskLoggingHelper.cs1370 public void LogTelemetry(string eventName, IDictionary<string, string> properties) in LogTelemetry() method in Microsoft.Build.BackEnd.TaskLoggingHelper
1372 (BuildEngine as IBuildEngine5)?.LogTelemetry(eventName, properties); in LogTelemetry()
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DMockEngine.cs142 public void LogTelemetry(string eventName, IDictionary<string, string> properties) in LogTelemetry() method in Microsoft.Build.UnitTests.MockEngine
/dports/devel/msbuild/msbuild-0.06/src/MSBuild/
H A DOutOfProcTaskHostNode.cs453 public void LogTelemetry(string eventName, IDictionary<string, string> properties) in LogTelemetry() method in Microsoft.Build.CommandLine.OutOfProcTaskHostNode
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Utilities.Core/netstandard/
H A DMicrosoft.Build.Utilities.Core.cs255 …public void LogTelemetry(string eventName, System.Collections.Generic.IDictionary<string, string> … in LogTelemetry() method in Microsoft.Build.Utilities.TaskLoggingHelper
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Framework/netstandard/
H A DMicrosoft.Build.Framework.cs192 …void LogTelemetry(string eventName, System.Collections.Generic.IDictionary<string, string> propert… in LogTelemetry() method
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Utilities.Core/net/
H A DMicrosoft.Build.Utilities.Core.cs413 …public void LogTelemetry(string eventName, System.Collections.Generic.IDictionary<string, string> … in LogTelemetry() method in Microsoft.Build.Utilities.TaskLoggingHelper
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build.Framework/net/
H A DMicrosoft.Build.Framework.cs192 …void LogTelemetry(string eventName, System.Collections.Generic.IDictionary<string, string> propert… in LogTelemetry() method