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() [2/2]

void System.IO.StreamWriter.Flush ( bool flushStream,
bool flushEncoder )
inlineprivate

Definition at line 167 of file StreamWriter.cs.

168 {
169 while (this._stream == null)
170 {
171 }
172 if (this._charPos == 0)
173 {
174 }
175 if (!this._haveWrittenPreamble)
176 {
177 Encoding encoding = this._encoding;
179 Stream stream = this._stream;
180 }
181 Encoder encoder = this._encoder;
182 byte[] byteBuffer = this._byteBuffer;
183 char[] charBuffer = this._charBuffer;
184 int charPos = this._charPos;
185 Stream stream2 = this._stream;
186 byte[] byteBuffer2 = this._byteBuffer;
187 Stream stream3 = this._stream;
188 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.StreamWriter._byteBuffer, System.IO.StreamWriter._charBuffer, System.IO.StreamWriter._charPos, System.IO.StreamWriter._encoder, System.IO.StreamWriter._encoding, System.IO.StreamWriter._haveWrittenPreamble, System.IO.StreamWriter._stream, and j__TPar.