1 write to PipeName
Microsoft.Build.Tasks.Core (1)
NodePipeBase.cs (1)
63PipeName = pipeName;
4 references to PipeName
Microsoft.Build.Tasks.Core (4)
NodePipeClient.cs (4)
40CommunicationsUtilities.Trace($"Attempting connect to pipe {PipeName} with timeout {timeout} ms"); 53CommunicationsUtilities.Trace($"Successfully connected to pipe {PipeName}...!"); 83CommunicationsUtilities.Trace($"Writing handshake part {component.Key} ({component.Value}) to pipe {PipeName}"); 90CommunicationsUtilities.Trace($"Reading handshake from pipe {PipeName}");