Base:
method
SerializeElement
System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter, System.Boolean)
2 overrides of SerializeElement
System.ServiceModel (1)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
833protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey)
System.WorkflowServices (1)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
118protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey)
4 references to SerializeElement
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
835bool nontrivial = base.SerializeElement(writer, serializeCollectionKey);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
301return this.SerializeElement(writer, serializeCollectionKey);
System.WorkflowServices (2)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (2)
129result = base.SerializeElement(writer, serializeCollectionKey); 135result = base.SerializeElement(writer, serializeCollectionKey);