1 write to PipeName
Microsoft.Build.Tasks.Core (1)
NodePipeBase.cs (1)
66PipeName = pipeName;
4 references to PipeName
Microsoft.Build.Tasks.Core (4)
NodePipeClient.cs (4)
40CommunicationsUtilities.Trace("Attempting connect to pipe {0} with timeout {1} ms", PipeName, timeout); 52CommunicationsUtilities.Trace("Successfully connected to pipe {0}...!", PipeName); 79CommunicationsUtilities.Trace("Writing handshake part {0} ({1}) to pipe {2}", i, HandshakeComponents[i], PipeName); 86CommunicationsUtilities.Trace("Reading handshake from pipe {0}", PipeName);