1 override of AddedTagNotificationDelay
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
66
protected sealed override TaggerDelay
AddedTagNotificationDelay
=> TaggerDelay.OnIdle;
2 references to AddedTagNotificationDelay
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
168
if (_dataSource.
AddedTagNotificationDelay
== TaggerDelay.NearImmediate)
177
_dataSource.
AddedTagNotificationDelay
.ComputeTimeDelay(),