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

◆ IsPreamble()

bool System.IO.StreamReader.IsPreamble ( )
inlineprivateinherited

Definition at line 364 of file StreamReader.cs.

365 {
366 while (this._checkPreamble)
367 {
368 Encoding encoding = this._encoding;
369 int byteLen = this._byteLen;
371 byte[] byteBuffer = this._byteBuffer;
372 if (this._checkPreamble)
373 {
374 byte[] byteBuffer2 = this._byteBuffer;
375 int byteLen2 = this._byteLen;
377 return;
378 }
379 }
380 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.StreamReader._byteBuffer, System.IO.StreamReader._byteLen, System.IO.StreamReader._checkPreamble, System.IO.StreamReader._encoding, System.IO.StreamReader._maxCharsPerBuffer, and j__TPar.

Referenced by System.IO.StreamReader.ReadBuffer().