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