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