7 references to ConfigureAwait
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (1)
122
await Task.Yield().
ConfigureAwait
(false);
SolutionCrawler\IdleProcessor.cs (1)
122
await Task.Yield().
ConfigureAwait
(false);
Microsoft.CodeAnalysis.Workspaces (5)
ConfiguredYieldAwaitable.cs (1)
13
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
205
await Task.Yield().
ConfigureAwait
(false);
TemporaryStorage\TemporaryStorageServiceFactory.cs (2)
249
await Task.Yield().
ConfigureAwait
(false);
285
await Task.Yield().
ConfigureAwait
(false);
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
968
await Task.Yield().
ConfigureAwait
(false);