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

◆ InternalReadOneChar()

int System.IO.BinaryReader.InternalReadOneChar ( )
inlineprivate

Definition at line 510 of file BinaryReader.cs.

511 {
512 Stream stream = this.m_stream;
513 Stream stream2 = this.m_stream;
514 if (this.m_charBytes == null)
515 {
516 }
517 if (this.m_singleChar == null)
518 {
519 }
520 if (!false)
521 {
522 Stream stream3 = this.m_stream;
523 bool 2BytesPerChar = this.m_2BytesPerChar;
524 byte[] charBytes = this.m_charBytes;
525 if (2BytesPerChar)
526 {
527 Stream stream4 = this.m_stream;
528 byte[] charBytes2 = this.m_charBytes;
529 }
530 Decoder decoder = this.m_decoder;
531 byte[] charBytes3 = this.m_charBytes;
532 char[] singleChar = this.m_singleChar;
533 }
534 char[] singleChar2 = this.m_singleChar;
535 Stream stream5 = this.m_stream;
536 Stream stream6 = this.m_stream;
537 throw new OutOfMemoryException();
538 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.IO.BinaryReader.m_2BytesPerChar, System.IO.BinaryReader.m_charBytes, System.IO.BinaryReader.m_decoder, System.IO.BinaryReader.m_singleChar, and System.IO.BinaryReader.m_stream.