6 references to GetMemberValue
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (6)
649
xmlnsSource = (XmlSerializerNamespaces?)
GetMemberValue
(o!, member.Name);
678
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
690
object? memberValue =
GetMemberValue
(o!, m.Name);
708
isSpecified = (bool)
GetMemberValue
(o!, specifiedMemberName)!;
728
choiceSource =
GetMemberValue
(o!, m.ChoiceIdentifier.MemberName!);
731
object? memberValue =
GetMemberValue
(o!, m.Name);