49 references to Trace
Microsoft.Build (32)
BackEnd\Client\MSBuildClient.cs (14)
174
CommunicationsUtilities.
Trace
("Server was not running. Starting server now.");
186
CommunicationsUtilities.
Trace
("Server is busy, falling back to former behavior.");
220
CommunicationsUtilities.
Trace
("Build finished.");
246
CommunicationsUtilities.
Trace
("Trying shutdown server node.");
251
CommunicationsUtilities.
Trace
("No need to shutdown server node for it is not running.");
260
CommunicationsUtilities.
Trace
("Server cannot be shut down for it is not idle.");
267
CommunicationsUtilities.
Trace
("Client cannot connect to idle server to shut it down.");
273
CommunicationsUtilities.
Trace
("Failed to send shutdown command to the server.");
288
CommunicationsUtilities.
Trace
("Wait for server to be not busy - will retry soon...");
446
CommunicationsUtilities.
Trace
("Another process launching the msbuild server, falling back to former behavior.");
467
CommunicationsUtilities.
Trace
("Starting Server...");
498
CommunicationsUtilities.
Trace
("Sending shutdown command to server.");
551
CommunicationsUtilities.
Trace
("MSBuild client sent cancellation command.");
725
CommunicationsUtilities.
Trace
(
BackEnd\Client\MSBuildClientPacketPump.cs (3)
202
CommunicationsUtilities.
Trace
("Entering read loop.");
235
CommunicationsUtilities.
Trace
("Shutdown message pump thread.");
336
CommunicationsUtilities.
Trace
("Ending read loop.");
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
310
CommunicationsUtilities.
Trace
("FAILED TO CONNECT TO A CHILD NODE");
374
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)
396
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
401
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
460
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
526
CommunicationsUtilities.
Trace
("Ending read loop");
616
CommunicationsUtilities.
Trace
("Entering read loop.");
674
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
681
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
787
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (4)
453
Trace
(errorMessage);
699
/// <inheritdoc cref="
Trace
(string)" />
708
/// <inheritdoc cref="
Trace
(string)" />
717
/// <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)
156
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)
396
CommunicationsUtilities.
Trace
("Connection timed out waiting a host to contact us. Exiting comm thread.");
401
CommunicationsUtilities.
Trace
("Parent started connecting. Reading handshake from parent");
460
CommunicationsUtilities.
Trace
("Successfully connected to parent.");
526
CommunicationsUtilities.
Trace
("Ending read loop");
616
CommunicationsUtilities.
Trace
("Entering read loop.");
674
CommunicationsUtilities.
Trace
("Parent disconnected gracefully.");
681
CommunicationsUtilities.
Trace
("Parent disconnected abruptly.");
787
CommunicationsUtilities.
Trace
("Disconnecting voluntarily");