1 write to PipeName
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
341PipeName = path;
6 references to PipeName
System.IO.Pipes (6)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (6)
114throw CreateExceptionForLastError(_instance?.PipeName); 170throw CreateExceptionForLastError(_instance?.PipeName); 212throw CreateExceptionForLastError(_instance?.PipeName); 218throw CreateExceptionForLastError(_instance?.PipeName); 294bool removed = s_servers.Remove(PipeName); 297Interop.Sys.Unlink(PipeName); // ignore any failures