Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsCancellationRequested

bool System.Threading.CancellationToken.IsCancellationRequested
get

Definition at line 13 of file CancellationToken.cs.

14 {
15 get
16 {
17 if (_source != null)
18 {
20 }
21 return false;
22 }
23 }
readonly CancellationTokenSource _source

Referenced by System.Threading.Tasks.Dataflow.DataflowBlock.ReceiveTarget< T >.CleanupAndComplete(), System.Threading.Tasks.Parallel.ForEachAsyncState< TSource >.Complete(), Microsoft.Win32.SafeHandles.SafeFileHandle.OverlappedValueTaskSource.Complete(), System.Threading.Tasks.Dataflow.WriteOnceBlock< T >.CompleteBlock(), System.Threading.Tasks.Dataflow.Internal.SourceCore< TOutput >.CompleteBlockOncePossible(), System.Threading.Tasks.Dataflow.Internal.TargetCore< TInput >.CompleteBlockOncePossible(), System.Threading.Tasks.Dataflow.BroadcastBlock< T >.BroadcastingSourceCore< TOutput >.CompleteBlockOncePossible(), System.IO.Strategies.Net5CompatFileStreamStrategy.CompletionSource.CompleteCallback(), System.IO.Pipes.PipeStream.ReadWriteValueTaskSource.CompleteCore(), System.IO.Pipes.PipeStream.ConnectionValueTaskSource.CompleteCore(), Microsoft.Win32.SafeHandles.SafeFileHandle.ThreadPoolValueTaskSource.ExecuteInternal(), System.Net.NameResolutionPal.ProcessResult(), System.Net.Security.SslStream.ReadAsyncInternal< TIOAdapter >(), System.Threading.Tasks.Dataflow.DataflowBlock.SendAsyncSource< TOutput >.ReleaseReservation(), System.Linq.Parallel.PipelineSpoolingTask< TInputOutput, TIgnoreKey >.SpoolingWork(), System.Linq.Parallel.StopAndGoSpoolingTask< TInputOutput, TIgnoreKey >.SpoolingWork(), System.Threading.CancellationToken.ThrowIfCancellationRequested(), System.Linq.Parallel.CancellationState.ThrowWithStandardMessageIfCanceled(), System.Threading.Tasks.Dataflow.BatchBlock< T >.BatchBlockTargetCore.TriggerBatch(), and System.Net.Security.SslStream.WriteAsyncInternal< TIOAdapter >().