4 references to Trace
MSBuild (4)
NodeEndpointOutOfProcBase.cs (4)
274CommunicationsUtilities.Trace("Changing link status from {0} to {1}", _status.ToString(), newStatus.ToString()); 411CommunicationsUtilities.Trace("Handshake failed. Received {0} from host not {1}. Probably the host is a different MSBuild build.", handshakePart, handshakeComponents[i]); 586CommunicationsUtilities.Trace("Incomplete header read from server. {0} of {1} bytes read", bytesRead, headerByte.Length); 603CommunicationsUtilities.Trace("Exception while deserializing packet {0}: {1}", packetType, e);