Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FlushAsync()

override async Task System.Xml.XmlWellFormedWriter.FlushAsync ( )
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 4102 of file XmlWellFormedWriter.cs.

4103 {
4104 try
4105 {
4107 }
4108 catch
4109 {
4110 _currentState = State.Error;
4111 throw;
4112 }
4113 }
virtual Task FlushAsync()
Definition XmlWriter.cs:703

References System.Xml.XmlWellFormedWriter._currentState, System.Xml.XmlWellFormedWriter._writer, and System.Xml.XmlWriter.FlushAsync().