1 write to operationFormatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
743
this.
operationFormatter
= operationFormatterBodyWriter.OperationFormatter;
2 references to operationFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
745
IAsyncResult result = this.
operationFormatter
.BeginSerializeBodyContents(writer, operationFormatterBodyWriter.version,
759
thisPtr.
operationFormatter
.EndSerializeBodyContents(result);