9 references to Trace
MSBuild (9)
CommunicationsUtilities.cs (2)
282
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
283
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
NodeEndpointOutOfProcBase.cs (6)
387
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
460
CommunicationsUtilities.
Trace
("Sent PacketVersion: {0}", NodePacketTypeExtensions.PacketVersion);
490
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
512
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);
666
CommunicationsUtilities.
Trace
("Exception reading from server. {0}", e);
784
CommunicationsUtilities.
Trace
("Exception while serializing packets: {0}", e);
XMake.cs (1)
380
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);