1 instantiation of IpcClientTransportSink
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
223IpcClientTransportSink sink = new IpcClientTransportSink(url, (IpcClientChannel) channel);
3 references to IpcClientTransportSink
System.Runtime.Remoting (3)
channels\ipc\ipcclientchannel.cs (1)
223IpcClientTransportSink sink = new IpcClientTransportSink(url, (IpcClientChannel) channel);
channels\ipc\ipcclientmanager.cs (2)
34private IpcClientTransportSink _sink = null; 36internal IpcClientHandler(IpcPort port, Stream stream, IpcClientTransportSink sink) : base (port, null, stream)