48 references to Trace
Microsoft.Build (31)
BackEnd\Client\MSBuildClient.cs (13)
168
CommunicationsUtilities.
Trace
("Server was not running. Starting server now.");
180
CommunicationsUtilities.
Trace
("Server is busy, falling back to former behavior.");
214
CommunicationsUtilities.
Trace
("Build finished.");
240
CommunicationsUtilities.
Trace
("Trying shutdown server node.");
245
CommunicationsUtilities.
Trace
("No need to shutdown server node for it is not running.");
254
CommunicationsUtilities.
Trace
("Server cannot be shut down for it is not idle.");
261
CommunicationsUtilities.
Trace
("Client cannot connect to idle server to shut it down.");
267
CommunicationsUtilities.
Trace
("Failed to send shutdown command to the server.");
282
CommunicationsUtilities.
Trace
("Wait for server to be not busy - will retry soon...");
440
CommunicationsUtilities.
Trace
("Another process launching the msbuild server, falling back to former behavior.");
461
CommunicationsUtilities.
Trace
("Starting Server...");
481
CommunicationsUtilities.
Trace
("Sending shutdown command to server.");
534
CommunicationsUtilities.
Trace
("MSBuild client sent cancellation command.");
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)
262
CommunicationsUtilities.
Trace
("Shut down complete.");
343
CommunicationsUtilities.
Trace
("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown.");
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)
458
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)
156
CommunicationsUtilities.
Trace
("All endpoints successfully stopped. Exiting.");
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)
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");