12 references to ConfigureAwait
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Service\CodeFixService.cs (1)
159
await Task.Yield().
ConfigureAwait
(false);
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
110
await Task.Yield().
ConfigureAwait
(false);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (2)
114
await Task.Yield().
ConfigureAwait
(false);
123
await Task.Yield().
ConfigureAwait
(false);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ExportProviderBuilder.cs (1)
150
await Task.Yield().
ConfigureAwait
(false);
Microsoft.CodeAnalysis.Workspaces (7)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
213
await Task.Yield().
ConfigureAwait
(false);
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
15
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
367
await Task.Yield().
ConfigureAwait
(false);
376
await Task.Yield().
ConfigureAwait
(false);
TemporaryStorage\TemporaryStorageService.cs (2)
133
await Task.Yield().
ConfigureAwait
(false);
272
await Task.Yield().
ConfigureAwait
(false);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
466
await Task.Yield().
ConfigureAwait
(false);