6 references to ComputeTimeDelay
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
57tagComputer = new TagComputer(this, (ITextBuffer2)buffer, _listener, _typeMap, TaggerDelay.NearImmediate.ComputeTimeDelay());
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
215return Task.Delay(TaggerDelay.OnIdle.ComputeTimeDelay(), cancellationToken);
Shared\Tagging\EventSources\TaggerConstants.cs (1)
19return ComputeTimeDelay(behavior);
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (3)
165dataSource.EventChangeDelay.ComputeTimeDelay(), 172TaggerDelay.NearImmediate.ComputeTimeDelay(), 187_dataSource.AddedTagNotificationDelay.ComputeTimeDelay(),