15 references to Trace
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
147
CommunicationsUtilities.
Trace
("{0} RAR endpoints started.", endpoints.Length);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (6)
47
CommunicationsUtilities.
Trace
("({0}) Starting RAR endpoint.", _endpointId);
58
CommunicationsUtilities.
Trace
("({0}) RAR endpoint stopped due to cancellation.", _endpointId);
87
CommunicationsUtilities.
Trace
("({0}) Received request.", _endpointId);
95
CommunicationsUtilities.
Trace
("({0}) Executing RAR...", _endpointId);
107
CommunicationsUtilities.
Trace
("({0}) Completed RAR request.", _endpointId);
113
CommunicationsUtilities.
Trace
("({0}) RAR client disconnected.", _endpointId);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3289
CommunicationsUtilities.
Trace
("RAR out-of-proc connection failed, failing back to in-proc. Exception: {0}", ex);
CommunicationsUtilities.cs (2)
283
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
284
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
NodePipeClient.cs (2)
53
CommunicationsUtilities.
Trace
("Successfully connected to pipe {0}...!", PipeName);
90
CommunicationsUtilities.
Trace
("Reading handshake from pipe {0}", PipeName);
NodePipeServer.cs (3)
104
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
138
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
153
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);