2 references to ConfigureAwait
Test.Utilities (2)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
214
await Task.Yield().
ConfigureAwait
(false);
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
15
/// A custom awaiter that supports <see cref="YieldAwaitableExtensions.
ConfigureAwait
"/> for