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)
833
protected override bool
SerializeElement
(XmlWriter writer, bool serializeCollectionKey)
System.WorkflowServices (1)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
118
protected override bool
SerializeElement
(XmlWriter writer, bool serializeCollectionKey)
4 references to SerializeElement
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
835
bool nontrivial = base.
SerializeElement
(writer, serializeCollectionKey);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
301
return this.
SerializeElement
(writer, serializeCollectionKey);
System.WorkflowServices (2)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (2)
129
result = base.
SerializeElement
(writer, serializeCollectionKey);
135
result = base.
SerializeElement
(writer, serializeCollectionKey);