4 references to BinaryServerFormatterSinkProvider
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
40BinaryServerFormatterSinkProvider serverProvider = new BinaryServerFormatterSinkProvider();
System.Runtime.Remoting (3)
channels\http\httpserverchannel.cs (1)
224sink.Next = new BinaryServerFormatterSinkProvider();
channels\ipc\ipcserverchannel.cs (1)
175IServerChannelSinkProvider chain = new BinaryServerFormatterSinkProvider();
channels\tcp\tcpserverchannel.cs (1)
237IServerChannelSinkProvider chain = new BinaryServerFormatterSinkProvider();