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