2 references to Create
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
563_ipcServer = IpcServerTransport.Create(_ipcServerPath, IpcServerTransport.MaxAllowedConnections, ReversedDiagnosticsServer.Kind.Ipc);
ReversedServer\ReversedDiagnosticsServer.cs (1)
172_transport = IpcServerTransport.Create(_address, maxConnections, _kind, TransportCallback);