4 writes to EnableTargetOutputLogging
Microsoft.Build.Engine.UnitTests (4)
BackEnd\TargetEntry_Tests.cs (4)
676TargetLoggingContext.EnableTargetOutputLogging = true; 755TargetLoggingContext.EnableTargetOutputLogging = false; 771TargetLoggingContext.EnableTargetOutputLogging = false; 822TargetLoggingContext.EnableTargetOutputLogging = originalTargetOutputLoggingValue;
1 reference to EnableTargetOutputLogging
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TargetEntry_Tests.cs (1)
770bool originalTargetOutputLoggingValue = TargetLoggingContext.EnableTargetOutputLogging;