1 interface inheriting from IExpeditableDelaySource
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Threading\TestHooks\IAsynchronousOperationListener.cs (1)
11
internal interface IAsynchronousOperationListener :
IExpeditableDelaySource
1 reference to IExpeditableDelaySource
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (1)
94
protected async Task<bool> WaitForIdleAsync(
IExpeditableDelaySource
expeditableDelaySource)