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

◆ ReadAsString()

virtual string Newtonsoft.Json.JsonReader.ReadAsString ( )
inlinevirtualinherited

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

Definition at line 408 of file JsonReader.cs.

409 {
410 JsonToken contentToken = this.GetContentToken();
411 string text;
412 if (contentToken != JsonToken.None)
413 {
414 if (this != null)
415 {
416 throw new InvalidCastException();
417 }
418 }
419 else
420 {
421 if (this != null)
422 {
423 }
424 long value = 0.m_value;
425 if (this != null)
426 {
427 }
428 JsonPosition currentPosition = this._currentPosition;
429 int num = 9;
432 if (currentPosition != null)
433 {
434 }
435 bool flag = this.<SupportMultipleContent>k__BackingField;
436 int num2 = 12;
437 this._currentState = (JsonReader.State)num2;
438 }
439 return text;
440 }
class f__AnonymousType0<< Count > j__TPar
bool< CloseInput > k__BackingField
JsonPosition _currentPosition

References Newtonsoft.Json.JsonReader._currentPosition, Newtonsoft.Json.JsonReader.GetContentToken(), j__TPar, Newtonsoft.Json.JsonReader.k__BackingField, Newtonsoft.Json.JsonReader.SupportMultipleContent, System.text, and System.value.