10 writes to TerminalLoggerUserIntent
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
52
TerminalLoggerUserIntent
= "on",
TerminalLoggerConfiguration_Tests.cs (6)
63
TerminalLoggerUserIntent
= tlValue,
91
TerminalLoggerUserIntent
= tlValue,
120
TerminalLoggerUserIntent
= null,
149
TerminalLoggerUserIntent
= bool.TrueString,
177
TerminalLoggerUserIntent
= null,
205
TerminalLoggerUserIntent
= null,
MSBuild (3)
XMake.cs (3)
2918
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg ?? string.Empty;
2934
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg;
2943
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg;
3 references to TerminalLoggerUserIntent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
29
telemetry.
TerminalLoggerUserIntent
.ShouldBeNull();
Microsoft.Build.Framework (2)
Telemetry\LoggingConfigurationTelemetry.cs (2)
108
if (
TerminalLoggerUserIntent
!= null)
110
properties["TerminalLoggerUserIntent"] =
TerminalLoggerUserIntent
;