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
JsonConverterCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.ObjectModel
;
3
using
Cpp2ILInjected
;
4
using
Cpp2ILInjected.CallAnalysis
;
5
using
Newtonsoft.Json.Shims
;
6
7
namespace
Newtonsoft.Json
8
{
9
[
Preserve
]
10
[global::Cpp2ILInjected.Token(Token =
"0x2000030"
)]
11
public
class
JsonConverterCollection
:
Collection
<JsonConverter>
12
{
13
[global::Cpp2ILInjected.Token(Token =
"0x600015F"
)]
14
[global::Cpp2ILInjected.Address(RVA =
"0x1CC1F18"
, Offset =
"0x1CC1F18"
, Length =
"0x48"
)]
15
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
JsonSerializer
), Member =
"get_Converters"
, ReturnType =
typeof
(
JsonConverterCollection
))]
16
[global::Cpp2ILInjected.CallAnalysis.CallerCount(
Count
= 1)]
17
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
Collection<>
), Member =
".ctor"
, ReturnType =
typeof
(
void
))]
18
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(
Count
= 1)]
19
public
JsonConverterCollection
()
20
{
21
throw
null
;
22
}
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
Newtonsoft.Json.JsonConverterCollection.JsonConverterCollection
JsonConverterCollection()
Definition
JsonConverterCollection.cs:19
Newtonsoft.Json.JsonConverterCollection
Definition
JsonConverterCollection.cs:12
Newtonsoft.Json.JsonSerializer
Definition
JsonSerializer.cs:24
System.Collections.ObjectModel.Collection< JsonConverter >::Count
int Count
Definition
Collection.cs:64
System.Collections.ObjectModel.Collection
Definition
Collection.cs:17
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:6
Newtonsoft.Json
Definition
BsonArray.cs:9
System.Collections.ObjectModel
Definition
Collection.cs:11
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__Il2CppComDelegate.cs:6
source
Newtonsoft.Json
JsonConverterCollection.cs
Generated by
1.10.0