1 instantiation of NoThrowValueTaskAwaitable
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Threading\ValueTaskExtensions.cs (1)
25return new NoThrowValueTaskAwaitable(task, captureContext);
2 references to NoThrowValueTaskAwaitable
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Threading\ValueTaskExtensions.cs (2)
23public static NoThrowValueTaskAwaitable NoThrowAwaitableInternal(this ValueTask task, bool captureContext = true) 75/// Initializes a new instance of the <see cref="NoThrowValueTaskAwaitable"/> struct.