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,29 @@
using System;
using Cpp2IlInjected;
namespace System.Threading.Tasks
{
// Token: 0x020003A5 RID: 933
[Token(Token = "0x20003A5")]
internal abstract class TaskContinuation
{
// Token: 0x060021D3 RID: 8659
[Token(Token = "0x60021D3")]
[Address(Slot = "4")]
internal abstract void Run(Task completedTask, bool bCanInlineContinuationTask);
// Token: 0x060021D4 RID: 8660 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60021D4")]
[Address(RVA = "0xB46B20", Offset = "0xB45B20", VA = "0x180B46B20")]
protected static void InlineIfPossibleOrElseQueue(Task task, bool needsProtection)
{
}
// Token: 0x060021D5 RID: 8661 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60021D5")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected TaskContinuation()
{
}
}
}