1 instantiation of SharedServer
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
279
server = new
SharedServer
(path, maxCount, isFirstPipeInstance);
6 references to SharedServer
System.IO.Pipes (6)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (6)
16
private
SharedServer
? _instance;
43
_instance =
SharedServer
.Get(
239
private static readonly Dictionary<string,
SharedServer
> s_servers = new Dictionary<string,
SharedServer
>();
251
internal static
SharedServer
Get(string path, int maxCount, PipeOptions pipeOptions)
258
SharedServer
? server;