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
JsonStringContract.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
using
Newtonsoft.Json.Shims
;
5
6
namespace
Newtonsoft.Json.Serialization
7
{
8
[
Preserve
]
9
[global::Cpp2ILInjected.Token(Token =
"0x20000AF"
)]
10
public
class
JsonStringContract
:
JsonPrimitiveContract
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x60006A3"
)]
13
[global::Cpp2ILInjected.Address(RVA =
"0x1D018B4"
, Offset =
"0x1D018B4"
, Length =
"0x74"
)]
14
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
DefaultContractResolver
), Member =
"CreateStringContract"
, MemberParameters =
new
object
[] {
typeof
(
Type
) }, ReturnType =
typeof
(
JsonStringContract
))]
15
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
JsonPrimitiveContract
), Member =
".ctor"
, MemberParameters =
new
object
[] {
typeof
(
Type
) }, ReturnType =
typeof
(
void
))]
17
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18
public
JsonStringContract
(
Type
underlyingType
)
19
{
20
throw
null
;
21
}
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
Newtonsoft.Json.Serialization.DefaultContractResolver
Definition
DefaultContractResolver.cs:24
Newtonsoft.Json.Serialization.JsonPrimitiveContract
Definition
JsonPrimitiveContract.cs:14
Newtonsoft.Json.Serialization.JsonStringContract.JsonStringContract
JsonStringContract(Type underlyingType)
Definition
JsonStringContract.cs:18
Newtonsoft.Json.Serialization.JsonStringContract
Definition
JsonStringContract.cs:11
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
Newtonsoft.Json.Serialization
Definition
CachedAttributeGetter.cs:10
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__Il2CppComDelegate.cs:6
source
Newtonsoft.Json
Serialization
JsonStringContract.cs
Generated by
1.10.0