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
CompositeExpression.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Runtime.CompilerServices
;
4
using
Newtonsoft.Json.Shims
;
5
6
namespace
Newtonsoft.Json.Linq.JsonPath
7
{
8
// Token: 0x020000F0 RID: 240
9
[
Preserve
]
10
internal
class
CompositeExpression
:
QueryExpression
11
{
12
// Token: 0x170001C2 RID: 450
13
// (get) Token: 0x060009D8 RID: 2520 RVA: 0x000182E4 File Offset: 0x000164E4
14
// (set) Token: 0x060009D9 RID: 2521 RVA: 0x000182F8 File Offset: 0x000164F8
15
public
List<QueryExpression>
Expressions
16
{
17
[
CompilerGenerated
]
18
get
19
{
20
return
this.<
Expressions
>
k__BackingField
;
21
}
22
[
CompilerGenerated
]
23
set
24
{
25
this.<
Expressions
>
k__BackingField
=
value
;
26
}
27
}
28
29
// Token: 0x060009DA RID: 2522 RVA: 0x0001830C File Offset: 0x0001650C
30
public
CompositeExpression
()
31
{
32
}
33
34
// Token: 0x060009DB RID: 2523 RVA: 0x00018320 File Offset: 0x00016520
35
public
override
bool
IsMatch
(
JToken
t)
36
{
37
QueryOperator <Operator>
k__BackingField
= this.<
Operator
>
k__BackingField
;
38
List<QueryExpression>
list
= this.<
Expressions
>
k__BackingField
;
39
List<QueryExpression>
list2
= this.<
Expressions
>
k__BackingField
;
40
return
true
;
41
}
42
43
// Token: 0x040003DC RID: 988
44
[
CompilerGenerated
]
45
private
List<QueryExpression>
<
Expressions
>
k__BackingField
;
46
}
47
}
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.CompositeExpression.k__BackingField
List< QueryExpression >< Expressions > k__BackingField
Definition
CompositeExpression.cs:45
Newtonsoft.Json.Linq.JsonPath.CompositeExpression.CompositeExpression
CompositeExpression()
Definition
CompositeExpression.cs:30
Newtonsoft.Json.Linq.JsonPath.CompositeExpression.Expressions
List< QueryExpression > Expressions
Definition
CompositeExpression.cs:16
Newtonsoft.Json.Linq.JsonPath.CompositeExpression.IsMatch
override bool IsMatch(JToken t)
Definition
CompositeExpression.cs:35
Newtonsoft.Json.Linq.JsonPath.CompositeExpression
Definition
CompositeExpression.cs:11
Newtonsoft.Json.Linq.JsonPath.QueryExpression.Operator
QueryOperator Operator
Definition
QueryExpression.cs:15
Newtonsoft.Json.Linq.JsonPath.QueryExpression
Definition
QueryExpression.cs:10
System.Collections.Generic.List
Definition
List.cs:13
Newtonsoft.Json.Linq.JsonPath
Definition
ArrayIndexFilter.cs:13
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.list
@ list
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Linq
JsonPath
CompositeExpression.cs
Generated by
1.10.0