3 references to AwaitAndConfigureAwait
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\AbstractAwaitCompletionProvider.cs (3)
131
if (dotAwaitContext == DotAwaitContext.
AwaitAndConfigureAwait
)
249
/// <see cref="DotAwaitContext.
AwaitAndConfigureAwait
"/>, if await should be suggested for the expression left of the dot and ConfigureAwait(false).
274
? DotAwaitContext.
AwaitAndConfigureAwait