Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ManualResetValueTaskSourceCoreShared.cs
Go to the documentation of this file.
1
namespace
System.Threading.Tasks.Sources
;
2
3
internal
static
class
ManualResetValueTaskSourceCoreShared
4
{
5
internal
static
readonly Action<object>
s_sentinel
=
CompletionSentinel
;
6
7
private
static
void
CompletionSentinel
(
object
_)
8
{
9
ThrowHelper
.
ThrowInvalidOperationException
();
10
}
11
}
System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared.CompletionSentinel
static void CompletionSentinel(object _)
Definition
ManualResetValueTaskSourceCoreShared.cs:7
System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared.s_sentinel
static readonly Action< object > s_sentinel
Definition
ManualResetValueTaskSourceCoreShared.cs:5
System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared
Definition
ManualResetValueTaskSourceCoreShared.cs:4
System.ThrowHelper.ThrowInvalidOperationException
static void ThrowInvalidOperationException()
Definition
ThrowHelper.cs:34
System.ThrowHelper
Definition
ThrowHelper.cs:6
System.Threading.Tasks.Sources
Definition
IValueTaskSource.cs:1
source
System.Private.CoreLib
System.Threading.Tasks.Sources
ManualResetValueTaskSourceCoreShared.cs
Generated by
1.10.0