14 references to typeofObject
mscorlib (14)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
49&& (Object.ReferenceEquals(type, Converter.typeofObject))) 113else if (Object.ReferenceEquals(type, Converter.typeofObject)) 241type = Converter.typeofObject; 263if (Object.ReferenceEquals(type, Converter.typeofObject))
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
223else if (Object.ReferenceEquals(objectType, Converter.typeofObject)) 593else if (Object.ReferenceEquals(objectType, Converter.typeofObject))
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
727else if (Object.ReferenceEquals(pr.PRarrayElementType, Converter.typeofObject)) 1152else if (Object.ReferenceEquals(pr.PRdtType, Converter.typeofObject))
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (6)
412type = Converter.typeofObject; 586if (Object.ReferenceEquals(memberType, Converter.typeofObject) || (object)Nullable.GetUnderlyingType(memberType) != null) 618if (Object.ReferenceEquals(memberType, Converter.typeofObject)) 799if (Object.ReferenceEquals(arrayElemType, Converter.typeofObject) || (object)Nullable.GetUnderlyingType(arrayElemType) != null) 940if (Object.ReferenceEquals(arrayElemTypeNameInfo.NItype, Converter.typeofObject)) 950if (!Object.ReferenceEquals(arrayElemTypeNameInfo.NItype, Converter.typeofObject) && (object)Nullable.GetUnderlyingType(arrayElemTypeNameInfo.NItype) == null)