2 references to AppendConfigureAwait
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\AbstractAwaitCompletionProvider.cs (2)
29
private const string AppendConfigureAwait = nameof(
AppendConfigureAwait
);
138
properties = properties.Add(KeyValuePairUtil.Create(
AppendConfigureAwait
, string.Empty));