1 write to s_automaticFetchDelayAccessor
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
43s_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)
62public TimeSpan AutomaticFetchDelay => s_automaticFetchDelayAccessor(_instance);