3 references to typeofObjectArray
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (3)
56
else if (Object.ReferenceEquals(type, Converter.
typeofObjectArray
))
115
else if (Object.ReferenceEquals(type, Converter.
typeofObjectArray
))
246
type = Converter.
typeofObjectArray
;