5 instantiations of BinaryServerFormatterSinkProvider
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
40
BinaryServerFormatterSinkProvider serverProvider = new
BinaryServerFormatterSinkProvider
();
System.Runtime.Remoting (3)
channels\http\httpserverchannel.cs (1)
224
sink.Next = new
BinaryServerFormatterSinkProvider
();
channels\ipc\ipcserverchannel.cs (1)
175
IServerChannelSinkProvider chain = new
BinaryServerFormatterSinkProvider
();
channels\tcp\tcpserverchannel.cs (1)
237
IServerChannelSinkProvider chain = new
BinaryServerFormatterSinkProvider
();
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
339
BinaryServerFormatterSinkProvider sinkProvider = new
BinaryServerFormatterSinkProvider
(providerProperties, null);
2 references to BinaryServerFormatterSinkProvider
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
40
BinaryServerFormatterSinkProvider
serverProvider = new BinaryServerFormatterSinkProvider();
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
339
BinaryServerFormatterSinkProvider
sinkProvider = new BinaryServerFormatterSinkProvider(providerProperties, null);