3 references to AppendConfigureAwait
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\AbstractAwaitCompletionProvider.cs (3)
30private const string AppendConfigureAwait = nameof(AppendConfigureAwait); 134properties = properties.Add(KeyValuePair.Create(AppendConfigureAwait, string.Empty)); 223var replacementText = item.TryGetProperty(AppendConfigureAwait, out var _)