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