1 write to isRequest
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
692this.isRequest = isRequest;
2 references to isRequest
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,