This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,27 @@
using System;
using Cpp2IlInjected;
namespace System.Threading
{
// Token: 0x0200031E RID: 798
[Token(Token = "0x200031E")]
internal struct CancellationCallbackCoreWorkArguments
{
// Token: 0x06001EB2 RID: 7858 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001EB2")]
[Address(RVA = "0x62FA90", Offset = "0x62EA90", VA = "0x18062FA90")]
public CancellationCallbackCoreWorkArguments(SparselyPopulatedArrayFragment<CancellationCallbackInfo> currArrayFragment, int currArrayIndex)
{
}
// Token: 0x04001122 RID: 4386
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001122")]
internal SparselyPopulatedArrayFragment<CancellationCallbackInfo> m_currArrayFragment;
// Token: 0x04001123 RID: 4387
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x4001123")]
internal int m_currArrayIndex;
}
}