7 references to Trace
MSBuild (7)
NodeEndpointOutOfProcBase.cs (4)
293
CommunicationsUtilities.
Trace
("Changing link status from {0} to {1}", _status.ToString(), newStatus.ToString());
578
CommunicationsUtilities.
Trace
("Handshake for NET Host. Child host {0} for {1}.", handshakePart, component.Key);
693
CommunicationsUtilities.
Trace
("Incomplete header read from server. {0} of {1} bytes read", bytesRead, headerByte.Length);
725
CommunicationsUtilities.
Trace
("Exception while deserializing packet {0}: {1}", packetType, e);
OutOfProcTaskHostNode.cs (1)
1180
CommunicationsUtilities.
Trace
("Nested task {0} dispatched while {1} tasks are blocked on callbacks.", taskHostConfiguration.TaskName, _blockedTaskCount);
XMake.cs (2)
2733
CommunicationsUtilities.
Trace
("Invalid node packet version value '{0}': {1}", parameters[parameters.Length - 1], ex.Message);
2738
CommunicationsUtilities.
Trace
("Node packet version value '{0}' out of range: {1}", parameters[parameters.Length - 1], ex.Message);