1 write to requestStreamFormatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
47
requestStreamFormatter
= StreamFormatter.Create(requestDescription, operationName, true/*isRequest*/);
2 references to requestStreamFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
331
streamFormatter =
requestStreamFormatter
;
704
StreamFormatter streamFormatter = isRequest ? operationFormatter.
requestStreamFormatter
: operationFormatter.replyStreamFormatter;