4 references to Trace
MSBuildTaskHost (4)
NodeEndpointOutOfProcBase.cs (4)
290CommunicationsUtilities.Trace("Changing link status from {0} to {1}", _status.ToString(), newStatus.ToString()); 468CommunicationsUtilities.Trace("Handshake failed. Host user is {0} but we were created by {1}.", (clientIdentity == null) ? "<unknown>" : clientIdentity.Name, currentIdentity.Name); 686CommunicationsUtilities.Trace("Incomplete header read from server. {0} of {1} bytes read", bytesRead, headerByte.Length); 714CommunicationsUtilities.Trace("Exception while deserializing packet {0}: {1}", packetType, e);