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)
195
CommunicationsUtilities.
Trace
("Server was not running. Starting server now.");
207
CommunicationsUtilities.
Trace
("Server is busy, falling back to former behavior.");
241
CommunicationsUtilities.
Trace
("Build finished.");
267
CommunicationsUtilities.
Trace
("Trying shutdown server node.");
272
CommunicationsUtilities.
Trace
("No need to shutdown server node for it is not running.");
281
CommunicationsUtilities.
Trace
("Server cannot be shut down for it is not idle.");
288
CommunicationsUtilities.
Trace
("Client cannot connect to idle server to shut it down.");
294
CommunicationsUtilities.
Trace
("Failed to send shutdown command to the server.");
309
CommunicationsUtilities.
Trace
("Wait for server to be not busy - will retry soon...");
467
CommunicationsUtilities.
Trace
("Another process launching the msbuild server, falling back to former behavior.");
488
CommunicationsUtilities.
Trace
("Starting Server...");
551
CommunicationsUtilities.
Trace
("Sending shutdown command to server.");
605
CommunicationsUtilities.
Trace
("MSBuild client sent cancellation command.");
779
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)
544
CommunicationsUtilities.
Trace
("Shut down complete.");
BackEnd\Node\OutOfProcServerNode.cs (2)
269
CommunicationsUtilities.
Trace
("Shut down complete.");
350
CommunicationsUtilities.
Trace
("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown.");
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (8)
399
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
404
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
463
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
529
CommunicationsUtilities.
Trace
("Ending read loop");
630
CommunicationsUtilities.
Trace
("Entering read loop.");
688
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
695
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
801
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (4)
446
Trace
(errorMessage);
704
/// <inheritdoc cref="
Trace
(string)" />
713
/// <inheritdoc cref="
Trace
(string)" />
722
/// <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)
399
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
404
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
463
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
529
CommunicationsUtilities.
Trace
("Ending read loop");
630
CommunicationsUtilities.
Trace
("Entering read loop.");
688
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
695
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
801
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");