1 instantiation of BinaryServerFormatterSink
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
375BinaryServerFormatterSink sink = new BinaryServerFormatterSink(protocol, nextSink, channel);
4 references to BinaryServerFormatterSink
System.Runtime.Remoting (4)
channels\sinks\binaryformattersinks.cs (4)
367BinaryServerFormatterSink.Protocol protocol = 368BinaryServerFormatterSink.Protocol.Other; 373protocol = BinaryServerFormatterSink.Protocol.Http; 375BinaryServerFormatterSink sink = new BinaryServerFormatterSink(protocol, nextSink, channel);