6 references to Trace
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
69
CommunicationsUtilities.
Trace
("Shutting down with reason: {0}, and exception: {1}", shutdownReason, shutdownException);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
90
CommunicationsUtilities.
Trace
("({0}) Exception while executing RAR request: {1}", _endpointId, e);
NodePipeClient.cs (2)
40
CommunicationsUtilities.
Trace
("Attempting connect to pipe {0} with timeout {1} ms", PipeName, timeout);
66
CommunicationsUtilities.
Trace
("The remote pipe owner {0} does not match {1}", remoteOwner.Value, identifier.Value);
NodePipeServer.cs (2)
199
CommunicationsUtilities.
Trace
("Handshake failed. Received {0} from host not {1}. Probably the host is a different MSBuild build.", handshakePart, HandshakeComponents[i]);
230
CommunicationsUtilities.
Trace
("Handshake failed. Host user is {0} but we were created by {1}.", (clientIdentity == null) ? "<unknown>" : clientIdentity.Name, currentIdentity.Name);