7 references to Trace
MSBuildTaskHost (7)
CommunicationsUtilities.cs (2)
210
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
211
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
NodeEndpointOutOfProcBase.cs (5)
388
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
483
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
505
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);
659
CommunicationsUtilities.
Trace
("Exception reading from server. {0}", e);
773
CommunicationsUtilities.
Trace
("Exception while serializing packets: {0}", e);