1 write to DebugNodeCommunication
Microsoft.Build.Framework (1)
Traits.cs (1)
34DebugNodeCommunication = DebugEngine || !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("MSBUILDDEBUGCOMM"));
4 references to DebugNodeCommunication
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
356if (Traits.Instance.DebugNodeCommunication)
CommunicationsUtilities.cs (1)
213private static bool s_trace = Traits.Instance.DebugNodeCommunication;
MSBuild (2)
CommunicationsUtilities.cs (1)
213private static bool s_trace = Traits.Instance.DebugNodeCommunication;
OutOfProcTaskHostNode.cs (1)
185_debugCommunications = Traits.Instance.DebugNodeCommunication;