3 references to AutomaticFetchDelay
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
38private TimeSpan AutomaticFetchDelay => _smartRenameSession.AutomaticFetchDelay; 162await Task.Delay(_smartRenameSession.AutomaticFetchDelay, cancellationToken)
Lightup\ISmartRenameSessionWrapper.cs (1)
43s_automaticFetchDelayAccessor = LightupHelpers.CreatePropertyAccessor<object, TimeSpan>(s_wrappedType, nameof(AutomaticFetchDelay), TimeSpan.Zero);