2 references to ConfigureAwait
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
215
await Task.Yield().
ConfigureAwait
(false);
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
13
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for