2 writes to _debugCommunications
MSBuildTaskHost (2)
OutOfProcTaskHostNode.cs (2)
149
_debugCommunications
= Traits.Instance.DebugNodeCommunication;
600
_debugCommunications
= taskConfiguration.BuildProcessEnvironment.HasValue("MSBUILDDEBUGCOMM", "1", StringComparison.OrdinalIgnoreCase);
1 reference to _debugCommunications
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
527
using StreamWriter? debugWriter =
_debugCommunications