12 references to ConfigureAwait
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (1)
156
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.Workspaces (9)
Remote\IRemoteKeepAliveService.cs (1)
108
await Task.Yield().
ConfigureAwait
(false);
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
244
await Task.Yield().
ConfigureAwait
(false);
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
15
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for
src\roslyn\src\Dependencies\Threading\ProducerConsumer.cs (2)
350
await Task.Yield().
ConfigureAwait
(false);
359
await Task.Yield().
ConfigureAwait
(false);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncPriorityWorkQueue.cs (1)
186
await Task.Yield().
ConfigureAwait
(false);
TemporaryStorage\TemporaryStorageService.cs (2)
142
await Task.Yield().
ConfigureAwait
(false);
291
await Task.Yield().
ConfigureAwait
(false);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
466
await Task.Yield().
ConfigureAwait
(false);