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