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