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