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