4 references to ConfigureAsync
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Configuration\ConfigurationUpdater.cs (4)
152
return updater.
ConfigureAsync
();
194
return updater.
ConfigureAsync
();
246
var solution = await updater.
ConfigureAsync
().ConfigureAwait(false);
258
var solution = await updater.
ConfigureAsync
().ConfigureAwait(false);