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