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