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: 0x020003A9 RID: 937
[Token(Token = "0x20003A9")]
internal sealed class TaskSchedulerAwaitTaskContinuation : AwaitTaskContinuation
{
// Token: 0x060021E0 RID: 8672 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60021E0")]
[Address(RVA = "0xB461C0", Offset = "0xB451C0", VA = "0x180B461C0")]
internal TaskSchedulerAwaitTaskContinuation(TaskScheduler scheduler, Action action, bool flowExecutionContext, ref StackCrawlMark stackMark)
{
}
// Token: 0x060021E1 RID: 8673 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60021E1")]
[Address(RVA = "0xB48880", Offset = "0xB47880", VA = "0x180B48880", Slot = "4")]
internal sealed override void Run(Task ignored, bool canInlineContinuationTask)
{
}
// Token: 0x040012FE RID: 4862
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x40012FE")]
private readonly TaskScheduler m_scheduler;
}
}