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
ValidationUtils.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Utilities
5
{
6
// Token: 0x02000077 RID: 119
7
[
Preserve
]
8
internal
static
class
ValidationUtils
9
{
10
// Token: 0x06000449 RID: 1097 RVA: 0x0000B91C File Offset: 0x00009B1C
11
public
static
void
ArgumentNotNull
(
object
value
,
string
parameterName
)
12
{
13
while
(
value
==
null
)
14
{
15
}
16
}
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull
static void ArgumentNotNull(object value, string parameterName)
Definition
ValidationUtils.cs:11
Newtonsoft.Json.Utilities.ValidationUtils
Definition
ValidationUtils.cs:9
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Utilities
ValidationUtils.cs
Generated by
1.10.0