1 write to PipeName
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
344PipeName = path;
6 references to PipeName
System.IO.Pipes (6)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (6)
114throw CreateExceptionForLastError(_instance?.PipeName); 173throw CreateExceptionForLastError(_instance?.PipeName); 215throw CreateExceptionForLastError(_instance?.PipeName); 221throw CreateExceptionForLastError(_instance?.PipeName); 297bool removed = s_servers.Remove(PipeName); 300Interop.Sys.Unlink(PipeName); // ignore any failures