1 write to replyStreamFormatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
45
replyStreamFormatter
= StreamFormatter.Create(_replyDescription, _operationName, false/*isResponse*/);
2 references to replyStreamFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
332
streamFormatter =
replyStreamFormatter
;
714
StreamFormatter streamFormatter = isRequest ? operationFormatter.requestStreamFormatter : operationFormatter.
replyStreamFormatter
;