4 references to ReflectionGetMemberValue
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\Json\ReflectionJsonFormatWriter.cs (2)
230memberValue = ReflectionGetMemberValue(obj, member); 246memberValue ??= ReflectionGetMemberValue(obj, member);
System\Runtime\Serialization\ReflectionXmlFormatWriter.cs (2)
164memberValue = ReflectionGetMemberValue(obj, member); 181memberValue ??= ReflectionGetMemberValue(obj, member);