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
ContinuationTaskFromResultTask.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Threading.Tasks
4
{
5
// Token: 0x02000242 RID: 578
6
internal
sealed
class
ContinuationTaskFromResultTask
<
TAntecedentResult
> :
Task
7
{
8
// Token: 0x06001401 RID: 5121 RVA: 0x0002A048 File Offset: 0x00028248
9
public
ContinuationTaskFromResultTask
(
Task<TAntecedentResult>
antecedent
,
Delegate
action
,
object
state
,
TaskCreationOptions
creationOptions
,
InternalTaskOptions
internalOptions
)
10
{
11
Task
task
=
Task
.
InternalCurrentIfAttached
(
creationOptions
);
12
}
13
14
// Token: 0x06001402 RID: 5122 RVA: 0x0002A060 File Offset: 0x00028260
15
internal
override
void
InnerInvoke
()
16
{
17
long
num = 0
L
;
18
bool
flag =
base
.NotifyDebuggerOfWaitCompletionIfNecessary();
19
if
(num != 0
L
)
20
{
21
return
;
22
}
23
if
(num != 0
L
)
24
{
25
return
;
26
}
27
}
28
29
// Token: 0x04000AA5 RID: 2725
30
private
Task<TAntecedentResult>
m_antecedent
;
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate
Definition
Delegate.cs:14
System.Threading.Tasks.ContinuationTaskFromResultTask.m_antecedent
Task< TAntecedentResult > m_antecedent
Definition
ContinuationTaskFromResultTask.cs:30
System.Threading.Tasks.ContinuationTaskFromResultTask.InnerInvoke
override void InnerInvoke()
Definition
ContinuationTaskFromResultTask.cs:15
System.Threading.Tasks.ContinuationTaskFromResultTask.ContinuationTaskFromResultTask
ContinuationTaskFromResultTask(Task< TAntecedentResult > antecedent, Delegate action, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)
Definition
ContinuationTaskFromResultTask.cs:9
System.Threading.Tasks.ContinuationTaskFromResultTask
Definition
ContinuationTaskFromResultTask.cs:7
System.Threading.Tasks.Task.InternalCurrentIfAttached
static Task InternalCurrentIfAttached(TaskCreationOptions creationOptions)
Definition
Task.2.cs:382
System.Threading.Tasks.Task
Definition
Task.cs:12
System.Threading.Tasks.TaskCreationOptions
TaskCreationOptions
Definition
TaskCreationOptions.cs:8
System.Threading.Tasks.InternalTaskOptions
InternalTaskOptions
Definition
InternalTaskOptions.cs:8
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:5
System.ExceptionArgument.action
@ action
System.ExceptionArgument.task
@ task
System.ExceptionArgument.state
@ state
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
mscorlib
System
Threading
Tasks
ContinuationTaskFromResultTask.cs
Generated by
1.10.0