6 references to GetMemberValue
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (6)
555
xmlnsSource = (XmlSerializerNamespaces?)
GetMemberValue
(o!, member.Name);
584
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
598
object? memberValue =
GetMemberValue
(o!, m.Name);
616
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
638
choiceSource =
GetMemberValue
(o!, m.ChoiceIdentifier.MemberName!);
641
object? memberValue =
GetMemberValue
(o!, m.Name);