terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.Tasks.ValueTask< TResult > Struct Template Reference
+ Inheritance diagram for System.Threading.Tasks.ValueTask< TResult >:
+ Collaboration diagram for System.Threading.Tasks.ValueTask< TResult >:

Classes

class  ValueTaskSourceAsTask
 

Public Member Functions

 ValueTask (TResult result)
 
 ValueTask (Task< TResult > task)
 
 ValueTask (global::System.Threading.Tasks.Sources.IValueTaskSource< TResult > source, short token)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (ValueTask< TResult > other)
 
Task< TResultAsTask ()
 
global::System.Runtime.CompilerServices.ValueTaskAwaiter< TResultGetAwaiter ()
 
global::System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable< TResultConfigureAwait (bool continueOnCapturedContext)
 
override string ToString ()
 
 ValueTask (Task task)
 
 ValueTask (global::System.Threading.Tasks.Sources.IValueTaskSource source, short token)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (ValueTask other)
 
Task AsTask ()
 
global::System.Runtime.CompilerServices.ValueTaskAwaiter GetAwaiter ()
 
global::System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable ConfigureAwait (bool continueOnCapturedContext)
 

Static Public Member Functions

static ValueTask ()
 

Package Functions

void ThrowIfCompletedUnsuccessfully ()
 

Package Attributes

readonly object _obj
 
readonly TResult _result
 
readonly short _token
 
readonly bool _continueOnCapturedContext
 

Properties

bool IsCompleted [get, set]
 
bool IsCompletedSuccessfully [get, set]
 
TResult Result [get, set]
 
static Task CompletedTask [get, set]
 

Private Member Functions

 ValueTask (object obj, TResult result, short token, bool continueOnCapturedContext)
 
Task< TResultGetTaskForValueTaskSource (global::System.Threading.Tasks.Sources.IValueTaskSource< TResult > t)
 
 ValueTask (object obj, short token, bool continueOnCapturedContext)
 
Task GetTaskForValueTaskSource (global::System.Threading.Tasks.Sources.IValueTaskSource t)
 

Static Private Attributes

static Task< TResults_canceledTask
 
static readonly Task s_canceledTask
 

Detailed Description

Definition at line 13 of file ValueTask.2.cs.


The documentation for this struct was generated from the following files: