1 write to _normalizedPipePath
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.cs (1)
83_normalizedPipePath = GetPipePath(serverName, pipeName);
1 reference to _normalizedPipePath
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
42socket.Connect(new UnixDomainSocketEndPoint(_normalizedPipePath!));