1 write to returnValue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
691
this.
returnValue
= returnValue;
2 references to returnValue
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
712
this.operationFormatter.SerializeBodyContents(writer, this.version, this.parameters, this.
returnValue
, this.isRequest);
746
operationFormatterBodyWriter.parameters, operationFormatterBodyWriter.
returnValue
, operationFormatterBodyWriter.isRequest,