4 references to WriteMember
System.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
1754WriteMember(source, enumSource, member.ElementsSortedByDerivation, member.Text, member.ChoiceIdentifier, member.TypeDesc, writeAccessors || hasWrapperElement); 1818WriteMember("o", null, new ElementAccessor[] { element }, null, null, mapping.TypeDesc, !element.IsSoap); 2014WriteMember("o", null, mapping.ElementsSortedByDerivation, null, null, mapping.TypeDesc, true); 2182WriteMember(RaCodeGen.GetStringForMember("o", m.Name, mapping.TypeDesc), choiceSource, m.ElementsSortedByDerivation, m.Text, m.ChoiceIdentifier, m.TypeDesc, true);