51 references to Trace
Microsoft.Build (34)
BackEnd\BuildManager\CoordinatorClient.DefaultDebugOutput.cs (2)
30
CommunicationsUtilities.
Trace
(message);
38
CommunicationsUtilities.
Trace
(handler.GetFormattedText());
BackEnd\Client\MSBuildClient.cs (14)
217
CommunicationsUtilities.
Trace
("Server was not running. Starting server now.");
229
CommunicationsUtilities.
Trace
("Server is busy, falling back to former behavior.");
262
CommunicationsUtilities.
Trace
("Build finished.");
288
CommunicationsUtilities.
Trace
("Trying shutdown server node.");
293
CommunicationsUtilities.
Trace
("No need to shutdown server node for it is not running.");
302
CommunicationsUtilities.
Trace
("Server cannot be shut down for it is not idle.");
309
CommunicationsUtilities.
Trace
("Client cannot connect to idle server to shut it down.");
315
CommunicationsUtilities.
Trace
("Failed to send shutdown command to the server.");
330
CommunicationsUtilities.
Trace
("Wait for server to be not busy - will retry soon...");
511
CommunicationsUtilities.
Trace
("Another process launching the msbuild server, falling back to former behavior.");
533
CommunicationsUtilities.
Trace
("Starting Server...");
596
CommunicationsUtilities.
Trace
("Sending shutdown command to server.");
651
CommunicationsUtilities.
Trace
("MSBuild client sent cancellation command.");
844
CommunicationsUtilities.
Trace
(
BackEnd\Client\MSBuildClientPacketPump.cs (3)
201
CommunicationsUtilities.
Trace
("Entering read loop.");
234
CommunicationsUtilities.
Trace
("Shutdown message pump thread.");
332
CommunicationsUtilities.
Trace
("Ending read loop.");
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
300
CommunicationsUtilities.
Trace
("FAILED TO CONNECT TO A CHILD NODE");
364
CommunicationsUtilities.
Trace
("Could not connect to existing process, now creating a process...");
BackEnd\Components\Communications\RarNodeLauncher.cs (2)
34
CommunicationsUtilities.
Trace
("Existing RAR node found.");
38
CommunicationsUtilities.
Trace
("Launching RAR node...");
BackEnd\Node\OutOfProcNode.cs (1)
545
CommunicationsUtilities.
Trace
("Shut down complete.");
BackEnd\Node\OutOfProcServerNode.cs (2)
276
CommunicationsUtilities.
Trace
("Shut down complete.");
357
CommunicationsUtilities.
Trace
("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown.");
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (8)
406
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
411
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
470
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
536
CommunicationsUtilities.
Trace
("Ending read loop");
645
CommunicationsUtilities.
Trace
("Entering read loop.");
703
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
710
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
818
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (4)
476
Trace
(errorMessage);
734
/// <inheritdoc cref="
Trace
(string)" />
743
/// <inheritdoc cref="
Trace
(string)" />
752
/// <inheritdoc cref="
Trace
(string)" />
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
47
CommunicationsUtilities.
Trace
("Initialized new RAR client.");
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
155
CommunicationsUtilities.
Trace
("All endpoints successfully stopped. Exiting.");
src\msbuild\src\Shared\NodePipeServer.cs (3)
115
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
119
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
226
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
MSBuild (8)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (8)
406
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
411
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
470
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
536
CommunicationsUtilities.
Trace
("Ending read loop");
645
CommunicationsUtilities.
Trace
("Entering read loop.");
703
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
710
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
818
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");