6 references to Trace
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
68
CommunicationsUtilities.
Trace
("Shutting down with reason: {0}, and exception: {1}", shutdownReason, shutdownException);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
123
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);
70
CommunicationsUtilities.
Trace
("The remote pipe owner {0} does not match {1}", remoteOwner.Value, identifier.Value);
NodePipeServer.cs (2)
205
CommunicationsUtilities.
Trace
("Handshake failed. Received {0} from host not {1}. Probably the host is a different MSBuild build.", handshakePart, component.Value);
249
CommunicationsUtilities.
Trace
("Handshake failed. Host user is {0} but we were created by {1}.", (clientIdentity == null) ? "<unknown>" : clientIdentity.Name, currentIdentity.Name);