7 references to Trace
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
47CommunicationsUtilities.Trace("Initialized new RAR client.");
AssemblyDependency\Node\OutOfProcRarNode.cs (2)
64CommunicationsUtilities.Trace("Shutting down with reason: {0}"); 156CommunicationsUtilities.Trace("All endpoints successfully stopped. Exiting.");
CommunicationsUtilities.cs (1)
831Trace(errorMessage);
NodePipeServer.cs (3)
115CommunicationsUtilities.Trace("Connection timed out waiting a host to contact us. Exiting comm thread."); 119CommunicationsUtilities.Trace("Parent started connecting. Reading handshake from parent"); 226CommunicationsUtilities.Trace("Successfully connected to parent.");