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