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