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