10 writes to TerminalLoggerUserIntent
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
50
TerminalLoggerUserIntent
= "on",
TerminalLoggerConfiguration_Tests.cs (6)
63
TerminalLoggerUserIntent
= tlValue,
91
TerminalLoggerUserIntent
= tlValue,
119
TerminalLoggerUserIntent
= null,
148
TerminalLoggerUserIntent
= bool.TrueString,
176
TerminalLoggerUserIntent
= null,
204
TerminalLoggerUserIntent
= null,
MSBuild (3)
XMake.cs (3)
2862
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg ?? string.Empty;
2878
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg;
2887
KnownTelemetry.LoggingConfigurationTelemetry.
TerminalLoggerUserIntent
= terminalLoggerArg;
3 references to TerminalLoggerUserIntent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingConfigurationTelemetry_Tests.cs (1)
27
telemetry.
TerminalLoggerUserIntent
.ShouldBeNull();
Microsoft.Build.Framework (2)
Telemetry\LoggingConfigurationTelemetry.cs (2)
91
if (
TerminalLoggerUserIntent
!= null)
93
properties["TerminalLoggerUserIntent"] =
TerminalLoggerUserIntent
;