4 references to SymbolSearchOptionsStorage
Microsoft.CodeAnalysis.Features (4)
Options\EditorConfig\EditorConfigOptionsEnumerator.cs (2)
44yield return ("unsupported", SymbolSearchOptionsStorage.UnsupportedOptions); 51.. SymbolSearchOptionsStorage.EditorConfigOptions,
SymbolSearch\SymbolSearchOptions.cs (2)
50SearchReferenceAssemblies = options.GetOption(SymbolSearchOptionsStorage.SearchReferenceAssemblies, language), 51SearchNuGetPackages = options.GetOption(SymbolSearchOptionsStorage.SearchNuGetPackages, language)