27 instantiations of LocalUserProfileStorage
Microsoft.VisualStudio.LanguageServices (27)
Options\VisualStudioOptionStorage.cs (27)
313
{"dotnet_enable_editor_adornment", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Components", "Adornment")},
314
{"dotnet_enable_code_refactorings", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Components", "Code Refactorings")},
315
{"dotnet_enable_editor_tagger", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Components", "Tagger")},
345
{"dotnet_find_usage_definition_grouping_priority", new
LocalUserProfileStorage
(@"Roslyn\Internal\FindUsages", "DefinitionGroupingPriority")},
382
{"dotnet_crash_on_analyzer_exception", new
LocalUserProfileStorage
(@"Roslyn\Internal\Diagnostics", "CrashOnAnalyzerException")},
383
{"visual_studio_enable_file_logging_for_diagnostics", new
LocalUserProfileStorage
(@"Roslyn\Internal\Diagnostics", "EnableFileLoggingForDiagnostics")},
384
{"dotnet_enable_automatic_line_ender", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Automatic Line Ender")},
385
{"dotnet_enable_brace_matching", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Brace Matching")},
386
{"dotnet_enable_event_hook_up", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Event Hookup")},
387
{"dotnet_format_on_save", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "FormatOnSave")},
388
{"dotnet_code_analysis_in_separate_process", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "DotnetCodeAnalysisInSeparateProcess")},
390
{"dotnet_remove_intellicode_recommendation_limit", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "RemoveRecommendationLimit")},
391
{"dotnet_enable_rename_tracking", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Rename Tracking")},
392
{"dotnet_enable_semantic_colorizer", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Semantic Colorizer")},
393
{"dotnet_show_intellicode_debug_info", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "ShowDebugInfo")},
394
{"dotnet_enable_smart_indenter", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Smart Indenter")},
395
{"dotnet_enable_snippets", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Snippets2")},
396
{"dotnet_enable_syntactic_colorizer", new
LocalUserProfileStorage
(@"Roslyn\Internal\OnOff\Features", "Syntactic Colorizer")},
397
{"dotnet_enable_solution_crawler", new
LocalUserProfileStorage
(@"Roslyn\Internal\SolutionCrawler", "Solution Crawler")},
404
{"visual_studio_key_binding_needs_reset", new
LocalUserProfileStorage
(@"Roslyn\Internal\KeybindingsStatus", "NeedsReset")},
405
{"visual_studio_key_binding_reset_never_show_again", new
LocalUserProfileStorage
(@"Roslyn\Internal\KeybindingsStatus", "NeverShowAgain")},
406
{"visual_studio_resharper_key_binding_status", new
LocalUserProfileStorage
(@"Roslyn\Internal\KeybindingsStatus", "ReSharperStatus")},
407
{"visual_studio_etw_logger_key", new
LocalUserProfileStorage
(@"Roslyn\Internal\Performance\Logger", "EtwLogger")},
408
{"visual_studio_output_window_logger_key", new
LocalUserProfileStorage
(@"Roslyn\Internal\Performance\Logger", "OutputWindowLogger")},
409
{"visual_studio_trace_logger_key", new
LocalUserProfileStorage
(@"Roslyn\Internal\Performance\Logger", "TraceLogger")},
412
{"dotnet_lsp_max_completion_list_size", new
LocalUserProfileStorage
(@"Roslyn\Internal\Lsp", "MaxCompletionListSize")},
432
{"visual_studio_enable_symbol_search", new
LocalUserProfileStorage
(@"Roslyn\Features\SymbolSearch", "Enabled")},
4 references to LocalUserProfileStorage
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionPersister.cs (2)
34
VisualStudioOptionStorage.
LocalUserProfileStorage
local => local.TryFetch(_localUserRegistryPersister, optionKey, out value),
56
VisualStudioOptionStorage.
LocalUserProfileStorage
local => local.PersistAsync(_localUserRegistryPersister, optionKey, value),
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\TestModel\Input.cs (2)
41
LocalUserProfileStorage
=> "VsUserSettingsRegistry",
59
LocalUserProfileStorage
userProfileStorage => $"{userProfileStorage.Path}\\{userProfileStorage.Key}",