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