1 instantiation of OperationFormatterBodyWriter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
641: base(version, action, new OperationFormatterBodyWriter(operationFormatter, version, parameters, returnValue, isRequest))
4 references to OperationFormatterBodyWriter
System.ServiceModel (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
649OperationFormatterMessage(MessageHeaders headers, KeyValuePair<string, object>[] properties, OperationFormatterBodyWriter bodyWriter) 739internal OnWriteBodyContentsAsyncResult(OperationFormatterBodyWriter operationFormatterBodyWriter, XmlDictionaryWriter writer, AsyncCallback callback, object state) 780OperationFormatterBodyWriter operationFormatterBodyWriter = base.BodyWriter as OperationFormatterBodyWriter;