6 overrides of SerializeToXmlElement
System.ServiceModel (6)
System\ServiceModel\Configuration\AddressHeaderCollectionElement.cs (1)
78protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
286protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
812protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
57protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\XmlElementElement.cs (1)
69protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (1)
103protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
6 references to SerializeToXmlElement
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (1)
1244DataToWrite |= elem.SerializeToXmlElement(writer, prop.Name);
System\Configuration\ConfigurationElementCollection.cs (2)
1045DataToWrite |= entry._value.SerializeToXmlElement(writer, ElementName); 1071DataToWrite |= entry._value.SerializeToXmlElement(writer, _addElement);
System\Configuration\ConfigurationSection.cs (1)
88TempElement.SerializeToXmlElement(writer, name);
System.ServiceModel (2)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
288bool writeMe = base.SerializeToXmlElement(writer, elementName);
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
827result = base.SerializeToXmlElement(writer, elementName);