3 references to InternalDeserializeWithSurrogate
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (3)
42return InternalDeserializeWithSurrogate(xmlReader, Type.GetTypeFromHandle(declaredTypeHandle)!, null /*surrogateDataContract*/, name, ns);
52return InternalDeserializeWithSurrogate(xmlReader, declaredType, null /*surrogateDataContract*/, name, ns);
62return InternalDeserializeWithSurrogate(xmlReader, declaredType, dataContract, name, ns);