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