3 references to Trace
Microsoft.Build.Tasks.Core (3)
CommunicationsUtilities.cs (2)
276
CommunicationsUtilities.
Trace
("Building handshake for node type {0}, (version {1}): options {2}.", nodeType, handshakeVersion, options);
796
Trace
("Node PacketVersion: {0}, Local: {1}, Negotiated: {2}", childVersion, NodePacketTypeExtensions.PacketVersion, negotiatedPacketVersion);
NodePipeClient.cs (1)
83
CommunicationsUtilities.
Trace
("Writing handshake part {0} ({1}) to pipe {2}", component.Key, component.Value, PipeName);