1 write to s_enableTargetOutputLogging
Microsoft.Build (1)
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
73
set {
s_enableTargetOutputLogging
= value; }
2 references to s_enableTargetOutputLogging
Microsoft.Build (2)
BackEnd\Components\Logging\TargetLoggingContext.cs (2)
72
get { return
s_enableTargetOutputLogging
; }
108
if (!LoggingService.OnlyLogCriticalEvents &&
s_enableTargetOutputLogging
&& targetOutputs != null)