13 instantiations of FeatureFlagStorage
Microsoft.VisualStudio.LanguageServices (13)
Options\VisualStudioOptionStorage.cs (13)
105
{"dotnet_analyze_copilot_changes", new
FeatureFlagStorage
(@"Roslyn.AnalyzeCopilotChanges")},
135
{"dotnet_show_new_snippet_experience_feature_flag", new
FeatureFlagStorage
(@"Roslyn.SnippetCompletion")},
144
{"dotnet_disable_unnamed_symbol_completion", new
FeatureFlagStorage
(@"Roslyn.UnnamedSymbolCompletionDisabled")},
234
{"dotnet_log_telemetry_for_background_analyzer_execution", new
FeatureFlagStorage
(@"Roslyn.LogTelemetryForBackgroundAnalyzerExecution")},
235
{"dotnet_lightbulb_skip_executing_deprioritized_analyzers", new
FeatureFlagStorage
(@"Roslyn.LightbulbSkipExecutingDeprioritizedAnalyzers")},
343
{"dotnet_rename_get_suggestions_automatically", new
FeatureFlagStorage
(@"Editor.AutoSmartRenameSuggestions")},
356
{"dotnet_enable_server_garbage_collection_in_code_analysis_process", new
FeatureFlagStorage
(@"Roslyn.OOPServerGC")},
369
{"visual_studio_enable_key_binding_reset", new
FeatureFlagStorage
("Roslyn.KeybindingResetEnabled")},
370
{"visual_studio_enable_copilot_rename_context", new
FeatureFlagStorage
("Roslyn.CopilotRenameGetContext")},
377
{"dotnet_enable_lsp_editor", new
FeatureFlagStorage
(@"Roslyn.LSP.Editor")},
378
{"dotnet_enable_lsp_semantic_tokens", new
FeatureFlagStorage
(@"Roslyn.LSP.SemanticTokens")},
419
{"dotnet_validate_compilation_tracker_states", new
FeatureFlagStorage
(@"Roslyn.ValidateCompilationTrackerStates")},
421
{"xaml_enable_lsp_intellisense", new
FeatureFlagStorage
(@"Xaml.EnableLspIntelliSense")},
4 references to FeatureFlagStorage
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionPersister.cs (2)
38
VisualStudioOptionStorage.
FeatureFlagStorage
featureFlags => featureFlags.TryFetch(_featureFlagPersister, optionKey, out value),
59
VisualStudioOptionStorage.
FeatureFlagStorage
featureFlags => featureFlags.PersistAsync(_featureFlagPersister, value),
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\TestModel\AlternativeDefault.cs (2)
30
Assert.IsType<
FeatureFlagStorage
>(optionStorage);
31
FlagName = ((
FeatureFlagStorage
)optionStorage).FlagName;