1 write to DebugNodeCommunication
MSBuildTaskHost (1)
Traits.cs (1)
32DebugNodeCommunication = DebugEngine || !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("MSBUILDDEBUGCOMM"));
2 references to DebugNodeCommunication
MSBuildTaskHost (2)
CommunicationsUtilities.cs (1)
214private static bool s_trace = Traits.Instance.DebugNodeCommunication;
OutOfProcTaskHostNode.cs (1)
185_debugCommunications = Traits.Instance.DebugNodeCommunication;