2 references to HasSurrogate
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (2)
114if (HasSurrogate(TopObject.GetType()) && _topId != 0)//Not yet resolved 140if (!t.IsSerializable && !HasSurrogate(t))