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