1 write to IsReturnValue
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
423member.IsReturnValue = true;
2 references to IsReturnValue
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
575if (member.IsReturnValue && writeAccessors) { // no special treatment for return values with doc/enc
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1110if (rpc && xmlReflectionMembers[i].IsReturnValue) {