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
BsonString.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.Bson
6
{
7
// Token: 0x02000127 RID: 295
8
[
Preserve
]
9
internal
class
BsonString
:
BsonValue
10
{
11
// Token: 0x17000237 RID: 567
12
// (get) Token: 0x06000B76 RID: 2934 RVA: 0x0001BBF0 File Offset: 0x00019DF0
13
// (set) Token: 0x06000B77 RID: 2935 RVA: 0x0001BC04 File Offset: 0x00019E04
14
public
int
ByteCount
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<
ByteCount
>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
set
23
{
24
this.<
ByteCount
>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x17000238 RID: 568
29
// (get) Token: 0x06000B78 RID: 2936 RVA: 0x0001BC18 File Offset: 0x00019E18
30
// (set) Token: 0x06000B79 RID: 2937 RVA: 0x0001BC2C File Offset: 0x00019E2C
31
public
bool
IncludeLength
32
{
33
[
CompilerGenerated
]
34
get
35
{
36
return
this.<
IncludeLength
>
k__BackingField
;
37
}
38
[
CompilerGenerated
]
39
set
40
{
41
}
42
}
43
44
// Token: 0x06000B7A RID: 2938 RVA: 0x0001BC3C File Offset: 0x00019E3C
45
public
BsonString
(
object
value
,
bool
includeLength
)
46
{
47
this._value
=
value
;
48
this._type
=
BsonType
.String;
49
}
50
51
// Token: 0x04000452 RID: 1106
52
[
CompilerGenerated
]
53
private
int <ByteCount>
k__BackingField
;
54
55
// Token: 0x04000453 RID: 1107
56
[
CompilerGenerated
]
57
private
bool <IncludeLength>
k__BackingField
;
58
}
59
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Bson.BsonString.k__BackingField
int< ByteCount > k__BackingField
Definition
BsonString.cs:53
Newtonsoft.Json.Bson.BsonString.k__BackingField
bool< IncludeLength > k__BackingField
Definition
BsonString.cs:57
Newtonsoft.Json.Bson.BsonString.BsonString
BsonString(object value, bool includeLength)
Definition
BsonString.cs:45
Newtonsoft.Json.Bson.BsonString.IncludeLength
bool IncludeLength
Definition
BsonString.cs:32
Newtonsoft.Json.Bson.BsonString.ByteCount
int ByteCount
Definition
BsonString.cs:15
Newtonsoft.Json.Bson.BsonString
Definition
BsonString.cs:10
Newtonsoft.Json.Bson.BsonValue
Definition
BsonValue.cs:9
Newtonsoft.Json.Bson.BsonType
BsonType
Definition
BsonType.cs:9
Newtonsoft.Json.Bson
Definition
BsonArray.cs:8
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
Bson
BsonString.cs
Generated by
1.10.0