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