4 references to Trace
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
68
CommunicationsUtilities.
Trace
("Shutting down with reason: {0}, and exception: {1}", shutdownReason, shutdownException);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
114
CommunicationsUtilities.
Trace
("({0}) Exception while executing RAR request: {1}", _endpointId, e);
NodePipeClient.cs (1)
40
CommunicationsUtilities.
Trace
("Attempting connect to pipe {0} with timeout {1} ms", PipeName, timeout);
NodePipeServer.cs (1)
218
CommunicationsUtilities.
Trace
("Handshake failed. Received {0} from host not {1}. Probably the host is a different MSBuild build.", handshakePart, component.Value);