10 references to Trace
MSBuild (10)
CommunicationsUtilities.cs (4)
104
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
106
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
501
CommunicationsUtilities.
Trace
("Handshake failed on part {0}. Probably the client is a different MSBuild build.", valueRead);
505
CommunicationsUtilities.
Trace
("Expected end of handshake signal but received {0}. Probably the host is a different MSBuild build.", valueRead);
NodeEndpointOutOfProcBase.cs (5)
373
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
454
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
476
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);
565
CommunicationsUtilities.
Trace
("Exception reading from server. {0}", e);
666
CommunicationsUtilities.
Trace
("Exception while serializing packets: {0}", e);
XMake.cs (1)
345
CommunicationsUtilities.
Trace
("Unexpected exception during command line parsing. Can not determine if it is allowed to use Server. Fall back to old behavior. Exception: {0}", ex);