13 references to Trace
Microsoft.Build (13)
BackEnd\Components\Communications\NodeLauncher.cs (1)
149
CommunicationsUtilities.
Trace
(
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
104
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 (6)
332
CommunicationsUtilities.
Trace
("Trying to connect to existing process {2} with id {1} to establish node {0}...", nodeId, nodeToReuse.Id, nodeToReuse.ProcessName);
513
CommunicationsUtilities.
Trace
("Filtering {0} candidate processes by NodeMode {1} for process name '{2}'", processes.Length, expectedNodeMode, expectedProcessName);
604
CommunicationsUtilities.
Trace
("System-wide node count: {0}, threshold: {1}, this instance has: {2} nodes",
622
CommunicationsUtilities.
Trace
("Keeping {0} of {1} nodes in this instance to help meet threshold of {2}",
771
CommunicationsUtilities.
Trace
("Attempting connect to PID {0} with pipe {1} with timeout {2} ms", nodeProcessId, pipeName, timeout);
830
CommunicationsUtilities.
Trace
("Writing handshake part {0} ({1}) to pipe {2}", component.Key, component.Value, pipeName);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
811
CommunicationsUtilities.
Trace
("For a host context of {0}, app host not found at {1}, falling back to dotnet.exe from {2}.", hostContext, appHostPath, resolvedDotnetHostPath);
CommunicationsUtilities.cs (2)
275
CommunicationsUtilities.
Trace
("Building handshake for node type {0}, (version {1}): options {2}.", nodeType, handshakeVersion, options);
525
Trace
("Node PacketVersion: {0}, Local: {1}, Negotiated: {2}", childVersion, NodePacketTypeExtensions.PacketVersion, negotiatedPacketVersion);
NodeEndpointOutOfProcBase.cs (2)
430
CommunicationsUtilities.
Trace
(
582
CommunicationsUtilities.
Trace
(