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)
155
dataSource.EventChangeDelay.
ComputeTimeDelay
(),
162
TaggerDelay.NearImmediate.
ComputeTimeDelay
(),
177
_dataSource.AddedTagNotificationDelay.
ComputeTimeDelay
(),