1 write to returnType
mscorlib (1)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
975returnType = returnValue.GetType();
3 references to returnType
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (3)
976bool isReturnTypePrimitive = Converter.ToCode(returnType) != InternalPrimitiveTypeE.Invalid; 977if (isReturnTypePrimitive || Object.ReferenceEquals(returnType, Converter.typeofString)) 1048IOUtil.WriteWithCode(returnType, returnValue, sout);