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.
1using System;
3
4namespace 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
17 {
18 while (segment == null)
19 {
20 }
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
static bool ValidateRange(int actual, int fromAllowed, int toAllowed)
static void ValidateSegment(ArraySegment< byte > segment)