4 references to AppendConfigureAwait
Microsoft.CodeAnalysis.Features (4)
Completion\Providers\AbstractAwaitCompletionProvider.cs (4)
28private const string AppendConfigureAwait = nameof(AppendConfigureAwait); 129properties = properties.Add(AppendConfigureAwait, string.Empty); 142var appendConfigureAwait = completionProperties.ContainsKey(AppendConfigureAwait); 206var replacementText = properties.ContainsKey(AppendConfigureAwait)