terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Flush()

override void System.Xml.XmlUtf8RawTextWriter.Flush ( )
inline

Definition at line 431 of file XmlUtf8RawTextWriter.cs.

432 {
433 if (this.stream != null)
434 {
435 return;
436 }
437 }

References System.Xml.XmlUtf8RawTextWriter.stream.