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