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