2 overrides of AddedTagNotificationDelay
Microsoft.CodeAnalysis.EditorFeatures (2)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
104
protected sealed override TaggerDelay
AddedTagNotificationDelay
=> TaggerDelay.OnIdle;
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
65
protected sealed override TaggerDelay
AddedTagNotificationDelay
=> TaggerDelay.OnIdle;
2 references to AddedTagNotificationDelay
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
178
if (_dataSource.
AddedTagNotificationDelay
== TaggerDelay.NearImmediate)
187
_dataSource.
AddedTagNotificationDelay
.ComputeTimeDelay(),