6 references to Trace
Microsoft.Build (6)
BackEnd\Components\Communications\NodeLauncher.cs (1)
125
CommunicationsUtilities.
Trace
(
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
99
CommunicationsUtilities.
Trace
("Starting to acquire {1} new or existing node(s) to establish nodes from ID {0} to {2}...", nextNodeId, numberOfNodesToCreate, nextNodeId + numberOfNodesToCreate - 1);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
267
CommunicationsUtilities.
Trace
("Trying to connect to existing process {2} with id {1} to establish node {0}...", nodeId, nodeToReuse.Id, nodeToReuse.ProcessName);
459
CommunicationsUtilities.
Trace
("Attempting connect to PID {0} with pipe {1} with timeout {2} ms", nodeProcessId, pipeName, timeout);
508
CommunicationsUtilities.
Trace
("Writing handshake part {0} ({1}) to pipe {2}", i, handshakeComponents[i], pipeName);
CommunicationsUtilities.cs (1)
99
CommunicationsUtilities.
Trace
("Building handshake for node type {0}, (version {1}): options {2}.", nodeType, handshakeVersion, options);