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