3 overrides of Flush
System.Private.DataContractSerialization (3)
System\Xml\XmlNodeWriter.cs (1)
103
public override void
Flush
() { }
System\Xml\XmlSigningNodeWriter.cs (1)
53
public override void
Flush
()
System\Xml\XmlStreamNodeWriter.cs (1)
416
public override void
Flush
()
5 references to Flush
System.Private.DataContractSerialization (5)
System\Xml\XmlBaseWriter.cs (4)
72
_writer.
Flush
();
92
_writer.
Flush
();
1635
_writer.
Flush
();
1687
_writer.
Flush
();
System\Xml\XmlSigningNodeWriter.cs (1)
55
_writer.
Flush
();