2 implementations of IsEnabled
Microsoft.Build (1)
BackEnd\BuildManager\CoordinatorClient.DefaultDebugOutput.cs (1)
24public bool IsEnabled => Traits.Instance.DebugNodeCommunication;
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
40public bool IsEnabled => s_isEnabled;
1 reference to IsEnabled
Microsoft.Build.Framework (1)
Coordinator\ICoordinatorDebugOutput.cs (1)
30isEnabled = output.IsEnabled;