3 instantiations of BinaryClientFormatterSinkProvider
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
42BinaryClientFormatterSinkProvider clientProvider = new BinaryClientFormatterSinkProvider();
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (1)
198IClientChannelSinkProvider chain = new BinaryClientFormatterSinkProvider();
channels\tcp\tcpclientchannel.cs (1)
200IClientChannelSinkProvider chain = new BinaryClientFormatterSinkProvider();
1 reference to BinaryClientFormatterSinkProvider
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
42BinaryClientFormatterSinkProvider clientProvider = new BinaryClientFormatterSinkProvider();