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

◆ LineNumber

int IJsonLineInfo. Newtonsoft.Json.Linq.JToken.LineNumber
getprivateinherited

Implements Newtonsoft.Json.IJsonLineInfo.

Definition at line 1889 of file JToken.cs.

1890 {
1891 get
1892 {
1894 do
1895 {
1896 lineInfoAnnotation = this.Annotation<JToken.LineInfoAnnotation>();
1897 }
1898 while (lineInfoAnnotation == null);
1899 return lineInfoAnnotation.LineNumber;
1900 }
1901 }
class f__AnonymousType0<< Count > j__TPar
object Annotation(Type type)
Definition JToken.cs:2029