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

◆ Write() [3/6]

override void System.IO.StreamWriter.Write ( char[] buffer,
int index,
int count )
inlinevirtual

Reimplemented from System.IO.TextWriter.

Reimplemented in System.IO.UnexceptionalStreamWriter.

Definition at line 279 of file StreamWriter.cs.

280 {
281 if (buffer == null)
282 {
283 return;
284 }
287 int charPos = this._charPos;
288 bool autoFlush = this._autoFlush;
289 if (this._charBuffer != null)
290 {
291 int charPos2 = this._charPos;
292 long num = 0L;
293 long num2 = 0L;
294 this.Flush(num != 0L, num2 != 0L);
295 int num3 = Math.Min(0, count);
296 int charPos3 = this._charPos;
298 return;
299 }
300 }
class f__AnonymousType0<< Count > j__TPar
override void Flush()
static byte Min(byte val1, byte val2)
Definition Math.cs:152
static void ThrowArgumentOutOfRangeException()

References System.IO.StreamWriter._autoFlush, System.IO.StreamWriter._charBuffer, System.IO.StreamWriter._charPos, System.IO.StreamWriter.CheckAsyncTaskInProgress(), System.count, System.IO.StreamWriter.Flush(), j__TPar, System.L, System.Math.Min(), and System.ThrowHelper.ThrowArgumentOutOfRangeException().