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