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
QueryExpression.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
Newtonsoft.Json.Linq.JsonPath
6
{
7
// Token: 0x020000EF RID: 239
8
[
Preserve
]
9
internal
abstract
class
QueryExpression
10
{
11
// Token: 0x170001C1 RID: 449
12
// (get) Token: 0x060009D4 RID: 2516 RVA: 0x000182A8 File Offset: 0x000164A8
13
// (set) Token: 0x060009D5 RID: 2517 RVA: 0x000182BC File Offset: 0x000164BC
14
public
QueryOperator
Operator
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<
Operator
>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
set
23
{
24
this.<
Operator
>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x060009D6 RID: 2518
29
public
abstract
bool
IsMatch
(
JToken
t);
30
31
// Token: 0x060009D7 RID: 2519 RVA: 0x000182D0 File Offset: 0x000164D0
32
protected
QueryExpression
()
33
{
34
}
35
36
// Token: 0x040003DB RID: 987
37
[
CompilerGenerated
]
38
private
QueryOperator <Operator>
k__BackingField
;
39
}
40
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Linq.JToken
Definition
JToken.cs:17
Newtonsoft.Json.Linq.JsonPath.QueryExpression.k__BackingField
QueryOperator< Operator > k__BackingField
Definition
QueryExpression.cs:38
Newtonsoft.Json.Linq.JsonPath.QueryExpression.QueryExpression
QueryExpression()
Definition
QueryExpression.cs:32
Newtonsoft.Json.Linq.JsonPath.QueryExpression.IsMatch
bool IsMatch(JToken t)
Newtonsoft.Json.Linq.JsonPath.QueryExpression.Operator
QueryOperator Operator
Definition
QueryExpression.cs:15
Newtonsoft.Json.Linq.JsonPath.QueryExpression
Definition
QueryExpression.cs:10
Newtonsoft.Json.Linq.JsonPath.QueryOperator
QueryOperator
Definition
QueryOperator.cs:9
Newtonsoft.Json.Linq.JsonPath
Definition
ArrayIndexFilter.cs:13
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Linq
JsonPath
QueryExpression.cs
Generated by
1.10.0