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