6 implementations of ReturnValue
mscorlib (5)
system\runtime\remoting\message.cs (5)
921public override Object ReturnValue 2457public Object ReturnValue 2748public virtual Object ReturnValue 4658public Object ReturnValue 6134public virtual Object ReturnValue
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
612public object ReturnValue
10 references to ReturnValue
mscorlib (10)
system\runtime\remoting\message.cs (4)
1544return fault ? FetchLogicalCallContext() : _crmsg.ReturnValue; 1806return _mrmsg.ReturnValue; 5950case "__Return": return _mrmsg.ReturnValue; 5992_returnValue = _msg.ReturnValue; // be careful if you decide to lazily assign _returnValue
system\runtime\remoting\messagesmuggler.cs (1)
522_returnValue = FixupArg(mrm.ReturnValue, ref argsToSerialize);
system\runtime\remoting\realproxy.cs (3)
435PropagateOutParameters(reqMsg, mrm.Args, mrm.ReturnValue); 628mrm.ReturnValue); 889(ObjRef)ctorRetMsg.ReturnValue,
system\runtime\remoting\remotingsurrogateselector.cs (1)
304info.AddValue(returnElementName, msg.ReturnValue, retType);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
257Object returnValue = mrm.ReturnValue;