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