2 references to RunContinuationsAsynchronously
Microsoft.AspNetCore.Components.WebView.Photino (1)
PhotinoSynchronizationContext.cs (1)
233
var flags = forceAsync ? TaskContinuationOptions.
RunContinuationsAsynchronously
: TaskContinuationOptions.None;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
4409
TaskContinuationOptions.
RunContinuationsAsynchronously
;