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

◆ Dispose() [2/2]

override void System.IO.StreamWriter.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Reimplemented from System.IO.TextWriter.

Definition at line 150 of file StreamWriter.cs.

151 {
152 if (this._stream != null)
153 {
155 this.Flush(true, true);
156 }
157 }
override void Flush()

References System.IO.StreamWriter._stream, System.IO.StreamWriter.CheckAsyncTaskInProgress(), and System.IO.StreamWriter.Flush().