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