7 references to Trace
MSBuildTaskHost (7)
CommunicationsUtilities.cs (2)
492
CommunicationsUtilities.
Trace
("Handshake failed on part {0}. Probably the client is a different MSBuild build.", valueRead);
496
CommunicationsUtilities.
Trace
("Expected end of handshake signal but received {0}. Probably the host is a different MSBuild build.", valueRead);
NodeEndpointOutOfProcBase.cs (5)
372
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
453
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
475
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);
561
CommunicationsUtilities.
Trace
("Exception reading from server. {0}", e);
654
CommunicationsUtilities.
Trace
("Exception while serializing packets: {0}", e);