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