11 references to ConfigureAwait
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (1)
154
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)
153
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\Dependencies\Threading\ProducerConsumer.cs (2)
350
await Task.Yield().
ConfigureAwait
(false);
359
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);