1 instantiation of NoThrowValueTaskAwaitable
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\TestHooks\ValueTaskExtensions.cs (1)
58return new NoThrowValueTaskAwaitable<TResult>(task, captureContext);
2 references to NoThrowValueTaskAwaitable
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\TestHooks\ValueTaskExtensions.cs (2)
56public static NoThrowValueTaskAwaitable<TResult> NoThrowAwaitableInternal<TResult>(this ValueTask<TResult> task, bool captureContext = true) 176/// Initializes a new instance of the <see cref="NoThrowValueTaskAwaitable{TResult}" /> struct.