14 references to ThrowAsync
System.Private.CoreLib (14)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
899Task.ThrowAsync(ex, targetContext: null); 1246Task.ThrowAsync(ex, targetContext: null);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (1)
85Task.ThrowAsync(ex, targetContext: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (3)
77Threading.Tasks.Task.ThrowAsync(e, targetContext: null); 140Threading.Tasks.Task.ThrowAsync(e, targetContext: null); 160Threading.Tasks.Task.ThrowAsync(e, targetContext: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (3)
130Task.ThrowAsync(exception, targetContext: context); 142Task.ThrowAsync(exception, targetContext: null); 161Task.ThrowAsync(exc, targetContext: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
131Threading.Tasks.Task.ThrowAsync(e, targetContext: null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (4)
515Task.ThrowAsync(exception, targetContext: null); 721Task.ThrowAsync(exception, targetContext: null); 761Task.ThrowAsync(exception, targetContext: null); 820Task.ThrowAsync(exception, targetContext: null);