1 write to DebugNodeCommunication
Microsoft.Build.Framework (1)
Traits.cs (1)
33DebugNodeCommunication = DebugEngine || !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("MSBUILDDEBUGCOMM"));
3 references to DebugNodeCommunication
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
428if (Traits.Instance.DebugNodeCommunication)
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
45private static readonly bool s_trace = Traits.Instance.DebugNodeCommunication;
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
236_debugCommunications = Traits.Instance.DebugNodeCommunication;