2 references to AwaitOnly
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\AbstractAwaitCompletionProvider.cs (2)
247
/// <see cref="DotAwaitContext.
AwaitOnly
"/>, if await should be suggested for the expression left of the dot, but ConfigureAwait(false) not.
274
: DotAwaitContext.
AwaitOnly
;