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