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)
46
CommunicationsUtilities.
Trace
("({0}) Starting RAR endpoint.", _endpointId);
57
CommunicationsUtilities.
Trace
("({0}) RAR endpoint stopped due to cancellation.", _endpointId);
80
CommunicationsUtilities.
Trace
("({0}) Received request.", _endpointId);
88
CommunicationsUtilities.
Trace
("({0}) Executing RAR...", _endpointId);
98
CommunicationsUtilities.
Trace
("({0}) Completed RAR request.", _endpointId);
104
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)
210
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
211
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)
116
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
150
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
165
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);