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