8 references to Trace
Microsoft.Build.Tasks.Core (8)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
46CommunicationsUtilities.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 (2)
720Trace(errorMessage); 727Trace(errorMessage);
NodePipeServer.cs (3)
127CommunicationsUtilities.Trace("Connection timed out waiting a host to contact us. Exiting comm thread."); 131CommunicationsUtilities.Trace("Parent started connecting. Reading handshake from parent"); 239CommunicationsUtilities.Trace("Successfully connected to parent.");