4 references to SetCompletionAndInvokeContinuation
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (3)
405sc.Post(static s => ((AsyncOperation<TResult>)s!).SetCompletionAndInvokeContinuation(), this); 418Task.Factory.StartNew(static s => ((AsyncOperation<TResult>)s!).SetCompletionAndInvokeContinuation(), this, 425SetCompletionAndInvokeContinuation();
System\Threading\Channels\AsyncOperation.netcoreapp.cs (1)
8void IThreadPoolWorkItem.Execute() => SetCompletionAndInvokeContinuation();