6 references to GetMemberValue
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (6)
630
xmlnsSource = (XmlSerializerNamespaces?)
GetMemberValue
(o!, member.Name);
659
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
673
object? memberValue =
GetMemberValue
(o!, m.Name);
691
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
713
choiceSource =
GetMemberValue
(o!, m.ChoiceIdentifier.MemberName!);
716
object? memberValue =
GetMemberValue
(o!, m.Name);