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