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