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