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