11 references to ThrowAsync
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (3)
68Threading.Tasks.Task.ThrowAsync(e, targetContext: null); 131Threading.Tasks.Task.ThrowAsync(e, targetContext: null); 143Threading.Tasks.Task.ThrowAsync(e, targetContext: null);
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\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
122Threading.Tasks.Task.ThrowAsync(e, targetContext: null);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (4)
501Task.ThrowAsync(exception, targetContext: null); 707Task.ThrowAsync(exception, targetContext: null); 747Task.ThrowAsync(exception, targetContext: null); 799Task.ThrowAsync(exception, targetContext: null);