3 references to ReflectionInternalDeserialize
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ReflectionReader.cs (3)
269value = ReflectionInternalDeserialize(xmlReader, context, null/*collectionContract*/, type, name, ns);
300value = ReflectionInternalDeserialize(xmlReader, context, null/*collectionContract*/, type, name, ns);
361return ReflectionInternalDeserialize;