5 references to ComputeTimeDelay
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
126
s_uniqueKey, () => new TagComputer(taggerProvider, subjectBuffer, TaggerDelay.NearImmediate.
ComputeTimeDelay
()));
Shared\Tagging\EventSources\TaggerConstants.cs (1)
19
return
ComputeTimeDelay
(behavior);
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (3)
156
dataSource.EventChangeDelay.
ComputeTimeDelay
(),
163
TaggerDelay.NearImmediate.
ComputeTimeDelay
(),
178
_dataSource.AddedTagNotificationDelay.
ComputeTimeDelay
(),