1 write to s_automaticFetchDelayAccessor
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
49
s_automaticFetchDelayAccessor
= LightupHelpers.CreatePropertyAccessor<object, TimeSpan>(s_wrappedType, nameof(AutomaticFetchDelay), TimeSpan.Zero);
1 reference to s_automaticFetchDelayAccessor
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
91
public TimeSpan AutomaticFetchDelay =>
s_automaticFetchDelayAccessor
(_instance);