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