2 references to HasSurrogate
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
191
if (
HasSurrogate
(TopObject.GetType()) && topId != 0)//Not yet resolved
335
if (!t.IsSerializable && !
HasSurrogate
(t))