7 references to ConfigureAwait
Microsoft.CodeAnalysis.Workspaces (7)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
216
await Task.Yield().
ConfigureAwait
(false);
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
13
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
308
await Task.Yield().
ConfigureAwait
(false);
317
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)
463
await Task.Yield().
ConfigureAwait
(false);