6 references to ComputeTimeDelay
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
126s_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)
163dataSource.EventChangeDelay.ComputeTimeDelay(), 170TaggerDelay.NearImmediate.ComputeTimeDelay(), 185_dataSource.AddedTagNotificationDelay.ComputeTimeDelay(),