5 writes to returnValue
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
929this.returnValue = returnValue; 1070returnValue = null; 1073returnValue = instanceOfVoid; 1076returnValue = IOUtil.ReadWithCode(input); 1114returnValue = returnA[arrayPosition++];
3 references to returnValue
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (3)
1048IOUtil.WriteWithCode(returnType, returnValue, sout); 1138return new MethodResponse(methodCallMessage, handlerObject, new BinaryMethodReturnMessage(returnValue, args, exception, (LogicalCallContext)callContext, (Object[])properties)); 1156BinaryUtil.NVTraceI("returnValue", returnValue);