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
Utilities.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Buffers
5{
6 // Token: 0x0200066A RID: 1642
7 internal static class Utilities
8 {
9 // Token: 0x060031E1 RID: 12769 RVA: 0x0000207A File Offset: 0x0000027A
10 internal static int SelectBucketIndex(int bufferSize)
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x060031E2 RID: 12770 RVA: 0x0000207A File Offset: 0x0000027A
16 internal static int GetMaxSizeForBucket(int binIndex)
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static int GetMaxSizeForBucket(int binIndex)
Definition Utilities.cs:16
static int SelectBucketIndex(int bufferSize)
Definition Utilities.cs:10