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

◆ ParseNumberNaN()

object Newtonsoft.Json.JsonTextReader.ParseNumberNaN ( ReadType readType)
inlineprivate

Definition at line 916 of file JsonTextReader.cs.

917 {
918 if (!true)
919 {
920 }
921 if (readType != ReadType.Read || this._floatParseHandling == FloatParseHandling.Double)
922 {
923 }
924 return "Cannot read NaN value.";
925 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by Newtonsoft.Json.JsonTextReader.ReadNumberValue().