1 instantiation of FeatureFlagPersister
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioOptionPersisterProvider.cs (1)
71new FeatureFlagPersister(featureFlags));
4 references to FeatureFlagPersister
Microsoft.VisualStudio.LanguageServices (4)
Options\VisualStudioOptionPersister.cs (2)
15private readonly FeatureFlagPersister _featureFlagPersister; 20FeatureFlagPersister featureFlagPersister)
Options\VisualStudioOptionStorage.cs (2)
78public Task PersistAsync(FeatureFlagPersister persister, object? value) 84public bool TryFetch(FeatureFlagPersister persister, OptionKey2 optionKey, out object? value)