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