2 writes to enabledCentralLogging
Microsoft.Build.Engine (2)
Engine\Engine.cs (2)
403this.enabledCentralLogging = false; 1043enabledCentralLogging = true;
4 references to enabledCentralLogging
Microsoft.Build.Engine (4)
Engine\Engine.cs (4)
841return enabledCentralLogging; 1041if (!enabledCentralLogging) 1044nodeManager.UpdateSettings(enabledCentralLogging, this.primaryLoggingServices.OnlyLogCriticalEvents, true); 1516nodeManager.UpdateSettings(enabledCentralLogging, value, true);