terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
QueryExpression.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x20000EF")]
11 internal abstract class QueryExpression
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x170001C1")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x60009D4")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1D232FC", Offset = "0x1D232FC", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x60009D5")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1D23304", Offset = "0x1D23304", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60009D6")]
35 public abstract bool IsMatch(JToken t);
36
37 [global::Cpp2ILInjected.Token(Token = "0x60009D7")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1D2330C", Offset = "0x1D2330C", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
41 protected QueryExpression()
42 {
43 throw null;
44 }
45
47 [global::Cpp2ILInjected.Token(Token = "0x40003DB")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
49 private QueryOperator <Operator>k__BackingField;
50 }
51}
class f__AnonymousType0<< Count > j__TPar