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
RangeValidationHelpers.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Net
5
{
6
// Token: 0x0200012D RID: 301
7
internal
static
class
RangeValidationHelpers
8
{
9
// Token: 0x0600072B RID: 1835 RVA: 0x00002050 File Offset: 0x00000250
10
public
static
bool
ValidateRange
(
int
actual
,
int
fromAllowed
,
int
toAllowed
)
11
{
12
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x0600072C RID: 1836 RVA: 0x0001A0F4 File Offset: 0x000182F4
16
public
static
void
ValidateSegment
(
ArraySegment<byte>
segment
)
17
{
18
while
(
segment
==
null
)
19
{
20
}
21
}
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.RangeValidationHelpers.ValidateRange
static bool ValidateRange(int actual, int fromAllowed, int toAllowed)
Definition
RangeValidationHelpers.cs:10
System.Net.RangeValidationHelpers.ValidateSegment
static void ValidateSegment(ArraySegment< byte > segment)
Definition
RangeValidationHelpers.cs:16
System.Net.RangeValidationHelpers
Definition
RangeValidationHelpers.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
System.ArraySegment
Definition
ArraySegment.cs:14
source
System
Net
RangeValidationHelpers.cs
Generated by
1.10.0