2 references to ReflectionReadValue
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
238object? pairValue = ReflectionReadValue(xmlReader, context, valueType, string.Empty, string.Empty);
System\Runtime\Serialization\ReflectionReader.cs (1)
388return ReflectionReadValue(xmlReader, context, type, name, ns, dataMember.MemberPrimitiveContract);