16 references to Trace
Microsoft.Build.Tasks.Core (16)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
167CommunicationsUtilities.Trace("{0} RAR endpoints started.", _maxNumberOfConcurrentTasks);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (5)
37CommunicationsUtilities.Trace("({0}) Starting RAR endpoint.", _endpointId); 48CommunicationsUtilities.Trace("({0}) RAR endpoint stopped due to cancellation.", _endpointId); 61CommunicationsUtilities.Trace("({0}) Received RAR request.", _endpointId); 72CommunicationsUtilities.Trace("({0}) RAR client disconnected.", _endpointId); 86CommunicationsUtilities.Trace("({0}) Completed RAR request.", _endpointId);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3267CommunicationsUtilities.Trace("RAR out-of-proc connection failed, failing back to in-proc. Exception: {0}", ex);
CommunicationsUtilities.cs (4)
109CommunicationsUtilities.Trace("Handshake salt is {0}", handshakeSalt); 111CommunicationsUtilities.Trace("Tools directory root is {0}", toolsDirectory); 511CommunicationsUtilities.Trace("Handshake failed on part {0}. Probably the client is a different MSBuild build.", valueRead); 515CommunicationsUtilities.Trace("Expected end of handshake signal but received {0}. Probably the host is a different MSBuild build.", valueRead);
NodePipeClient.cs (2)
52CommunicationsUtilities.Trace("Successfully connected to pipe {0}...!", PipeName); 86CommunicationsUtilities.Trace("Reading handshake from pipe {0}", PipeName);
NodePipeServer.cs (3)
107CommunicationsUtilities.Trace("Waiting for connection {0} ms...", waitTimeRemaining); 135CommunicationsUtilities.Trace("Client connection failed but we will wait for another connection. Exception: {0}", e.Message); 150CommunicationsUtilities.Trace("Client connection failed. Exiting comm thread. {0}", e);