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