6 references to ComputeTimeDelay
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
125s_uniqueKey, () => new TagComputer(taggerProvider, subjectBuffer, TaggerDelay.NearImmediate.ComputeTimeDelay()));
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
212return Task.Delay(TaggerDelay.OnIdle.ComputeTimeDelay(), cancellationToken);
Shared\Tagging\EventSources\TaggerConstants.cs (1)
19return ComputeTimeDelay(behavior);
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (3)
162dataSource.EventChangeDelay.ComputeTimeDelay(), 169TaggerDelay.NearImmediate.ComputeTimeDelay(), 184_dataSource.AddedTagNotificationDelay.ComputeTimeDelay(),