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

◆ LinePosition

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

Implements Newtonsoft.Json.IJsonLineInfo.

Definition at line 1905 of file JToken.cs.

1906 {
1907 get
1908 {
1910 do
1911 {
1912 lineInfoAnnotation = this.Annotation<JToken.LineInfoAnnotation>();
1913 }
1914 while (lineInfoAnnotation == null);
1915 return lineInfoAnnotation.LinePosition;
1916 }
1917 }
class f__AnonymousType0<< Count > j__TPar
object Annotation(Type type)
Definition JToken.cs:2029