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