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
RangeValidationHelpers.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200012D")]
8 internal static class RangeValidationHelpers
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600072B")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1EE5158", Offset = "0x1EE5158", Length = "0x18")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public static bool ValidateRange(int actual, int fromAllowed, int toAllowed)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600072C")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1EE5170", Offset = "0x1EE5170", Length = "0xF0")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static bool ValidateRange(int actual, int fromAllowed, int toAllowed)
static void ValidateSegment(ArraySegment< byte > segment)