1 write to operationFormatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
693
this.
operationFormatter
= operationFormatter;
2 references to operationFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
712
this.
operationFormatter
.SerializeBodyContents(writer, this.version, this.parameters, this.returnValue, this.isRequest);
730
get { return
operationFormatter
; }