8 references to GetStringForMember
System.Private.Xml (8)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
380
return ReflectionAwareILGen.
GetStringForMember
(parent, mapping.ChoiceIdentifier.MemberName);
1541
string source = ReflectionAwareILGen.
GetStringForMember
("o", mapping.Name);
1547
member.CheckSpecifiedSource = ReflectionAwareILGen.
GetStringForMember
("o", $"{mapping.Name}Specified");
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1028
xmlnsSource = ReflectionAwareILGen.
GetStringForMember
("o", member.Name);
1082
string memberGet = ReflectionAwareILGen.
GetStringForMember
("o", $"{m.Name}Specified");
1115
string memberGet = ReflectionAwareILGen.
GetStringForMember
("o", $"{m.Name}Specified");
1124
choiceSource = ReflectionAwareILGen.
GetStringForMember
("o", m.ChoiceIdentifier.MemberName);
2337
return new SourceInfo(
GetStringForMember
(obj, member.Name), obj, memberInfo, member.TypeDesc!.Type, ilg);