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

◆ ReadAsBytes()

virtual byte[] Newtonsoft.Json.JsonReader.ReadAsBytes ( )
inlinevirtualinherited

Reimplemented in Newtonsoft.Json.JsonTextReader, and Newtonsoft.Json.Serialization.TraceJsonReader.

Definition at line 443 of file JsonReader.cs.

444 {
445 byte[] array;
446 if (this.GetContentToken() != JsonToken.None)
447 {
449 this.ReaderReadAndAssert();
450 JsonPosition currentPosition = this._currentPosition;
451 this._tokenType = JsonToken.Bytes;
452 this._value = this;
453 if (currentPosition != null)
454 {
455 if (17 == 0)
456 {
457 }
458 if (this == null)
459 {
460 return array;
461 }
462 if (this == null)
463 {
464 throw new InvalidCastException();
465 }
466 }
467 byte[] array2;
468 return array2;
469 }
470 return array;
471 }
class f__AnonymousType0<< Count > j__TPar
JsonPosition _currentPosition

References Newtonsoft.Json.JsonReader._currentPosition, System.array, Newtonsoft.Json.JsonReader.GetContentToken(), j__TPar, Newtonsoft.Json.JsonReader.ReaderReadAndAssert(), and Newtonsoft.Json.JsonReader.ReadIntoWrappedTypeObject().