33 references to Trace
Microsoft.Build (33)
BackEnd\Client\MSBuildClient.cs (13)
183CommunicationsUtilities.Trace("Server was not running. Starting server now."); 195CommunicationsUtilities.Trace("Server is busy, falling back to former behavior."); 229CommunicationsUtilities.Trace("Build finished."); 255CommunicationsUtilities.Trace("Trying shutdown server node."); 260CommunicationsUtilities.Trace("No need to shutdown server node for it is not running."); 269CommunicationsUtilities.Trace("Server cannot be shut down for it is not idle."); 276CommunicationsUtilities.Trace("Client cannot connect to idle server to shut it down."); 282CommunicationsUtilities.Trace("Failed to send shutdown command to the server."); 297CommunicationsUtilities.Trace("Wait for server to be not busy - will retry soon..."); 455CommunicationsUtilities.Trace("Another process launching the msbuild server, falling back to former behavior."); 475CommunicationsUtilities.Trace("Starting Server..."); 495CommunicationsUtilities.Trace("Sending shutdown command to server."); 548CommunicationsUtilities.Trace("MSBuild client sent cancellation command.");
BackEnd\Client\MSBuildClientPacketPump.cs (3)
190CommunicationsUtilities.Trace("Entering read loop."); 221CommunicationsUtilities.Trace("Shutdown message pump thread."); 315CommunicationsUtilities.Trace("Ending read loop.");
BackEnd\Components\Communications\NodeLauncher.cs (1)
167CommunicationsUtilities.Trace(
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
72CommunicationsUtilities.Trace("MSBUILDNODEHANDSHAKESALT=\"{0}\", msbuildDirectory=\"{1}\", enableNodeReuse={2}, enableLowPriority={3}", Traits.MSBuildNodeHandshakeSalt, BuildEnvironmentHelper.Instance.MSBuildToolsDirectory32, enableNodeReuse, enableLowPriority);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
247CommunicationsUtilities.Trace("FAILED TO CONNECT TO A CHILD NODE"); 306CommunicationsUtilities.Trace("Could not connect to existing process, now creating a process...");
BackEnd\Node\OutOfProcNode.cs (1)
522CommunicationsUtilities.Trace("Shut down complete.");
BackEnd\Node\OutOfProcServerNode.cs (2)
259CommunicationsUtilities.Trace("Shut down complete."); 325CommunicationsUtilities.Trace("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown.}");
CommunicationsUtilities.cs (2)
102CommunicationsUtilities.Trace("Handshake salt is " + handshakeSalt); 104CommunicationsUtilities.Trace("Tools directory root is " + toolsDirectory);
NodeEndpointOutOfProcBase.cs (8)
381CommunicationsUtilities.Trace("Connection timed out waiting a host to contact us. Exiting comm thread."); 386CommunicationsUtilities.Trace("Parent started connecting. Reading handshake from parent"); 426CommunicationsUtilities.Trace("Successfully connected to parent."); 492CommunicationsUtilities.Trace("Ending read loop"); 521CommunicationsUtilities.Trace("Entering read loop."); 573CommunicationsUtilities.Trace("Parent disconnected gracefully."); 580CommunicationsUtilities.Trace("Parent disconnected abruptly."); 661CommunicationsUtilities.Trace("Disconnecting voluntarily");