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