4 writes to EnableTargetOutputLogging
Microsoft.Build.Engine.UnitTests (4)
BackEnd\TargetEntry_Tests.cs (4)
675TargetLoggingContext.EnableTargetOutputLogging = true; 754TargetLoggingContext.EnableTargetOutputLogging = false; 770TargetLoggingContext.EnableTargetOutputLogging = false; 821TargetLoggingContext.EnableTargetOutputLogging = originalTargetOutputLoggingValue;
1 reference to EnableTargetOutputLogging
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TargetEntry_Tests.cs (1)
769bool originalTargetOutputLoggingValue = TargetLoggingContext.EnableTargetOutputLogging;