1 write to requestStreamFormatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
43requestStreamFormatter = StreamFormatter.Create(_requestDescription, _operationName, true/*isRequest*/);
2 references to requestStreamFormatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
327streamFormatter = requestStreamFormatter; 714StreamFormatter streamFormatter = isRequest ? operationFormatter.requestStreamFormatter : operationFormatter.replyStreamFormatter;