16 references to Trace
Microsoft.Build.Tasks.Core (16)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
167
CommunicationsUtilities.
Trace
("{0} RAR endpoints started.", _maxNumberOfConcurrentTasks);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (5)
37
CommunicationsUtilities.
Trace
("({0}) Starting RAR endpoint.", _endpointId);
48
CommunicationsUtilities.
Trace
("({0}) RAR endpoint stopped due to cancellation.", _endpointId);
61
CommunicationsUtilities.
Trace
("({0}) Received RAR request.", _endpointId);
72
CommunicationsUtilities.
Trace
("({0}) RAR client disconnected.", _endpointId);
86
CommunicationsUtilities.
Trace
("({0}) Completed RAR request.", _endpointId);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3267
CommunicationsUtilities.
Trace
("RAR out-of-proc connection failed, failing back to in-proc. Exception: {0}", ex);
CommunicationsUtilities.cs (4)
109
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
111
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
511
CommunicationsUtilities.
Trace
("Handshake failed on part {0}. Probably the client is a different MSBuild build.", valueRead);
515
CommunicationsUtilities.
Trace
("Expected end of handshake signal but received {0}. Probably the host is a different MSBuild build.", valueRead);
NodePipeClient.cs (2)
52
CommunicationsUtilities.
Trace
("Successfully connected to pipe {0}...!", PipeName);
86
CommunicationsUtilities.
Trace
("Reading handshake from pipe {0}", PipeName);
NodePipeServer.cs (3)
107
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
135
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
150
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);