1 write to replyStreamFormatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
49replyStreamFormatter = StreamFormatter.Create(replyDescription, operationName, false/*isResponse*/);
2 references to replyStreamFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
336streamFormatter = replyStreamFormatter; 704StreamFormatter streamFormatter = isRequest ? operationFormatter.requestStreamFormatter : operationFormatter.replyStreamFormatter;