1 interface inheriting from IExpeditableDelaySource
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\IAsynchronousOperationListener.cs (1)
9internal interface IAsynchronousOperationListener : IExpeditableDelaySource
5 references to IExpeditableDelaySource
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Utilities\ResettableDelay.cs (2)
28public ResettableDelay(int delayInMilliseconds, IExpeditableDelaySource expeditableDelaySource, CancellationToken cancellationToken = default) 57private async Task StartTimerAsync(IExpeditableDelaySource expeditableDelaySource, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (1)
102protected async Task<bool> WaitForIdleAsync(IExpeditableDelaySource expeditableDelaySource)
SolutionCrawler\IdleProcessor.cs (1)
102protected async Task<bool> WaitForIdleAsync(IExpeditableDelaySource expeditableDelaySource)
Microsoft.CodeAnalysis.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs\TaskExtensions.cs (1)
314IExpeditableDelaySource delaySource,