1 instantiation of NoThrowValueTaskAwaiter
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Threading\ValueTaskExtensions.cs (1)
190return new NoThrowValueTaskAwaiter<TResult>(_task, _captureContext);
2 references to NoThrowValueTaskAwaiter
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Threading\ValueTaskExtensions.cs (2)
188public NoThrowValueTaskAwaiter<TResult> GetAwaiter() 211/// Initializes a new instance of the <see cref="NoThrowValueTaskAwaiter{TResult}"/> struct.