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