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