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