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