2 instantiations of IpcClientChannel
System.Runtime.Remoting (2)
channels\ipc\ipcchannel.cs (2)
36_clientChannel = new IpcClientChannel(); 87_clientChannel = new IpcClientChannel(clientData, clientSinkProvider);
4 references to IpcClientChannel
System.Runtime.Remoting (4)
channels\ipc\ipcchannel.cs (1)
27private IpcClientChannel _clientChannel = null; // client channel
channels\ipc\ipcclientchannel.cs (3)
223IpcClientTransportSink sink = new IpcClientTransportSink(url, (IpcClientChannel) channel); 249private IpcClientChannel _channel = null; 260internal IpcClientTransportSink(String channelURI, IpcClientChannel channel)