1 write to SearchReferencedProjectSymbols
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\SymbolSearchOptions.cs (1)
102SearchReferencedProjectSymbols = options.GetOption(SymbolSearchOptionsStorage.SearchReferencedProjectSymbols, language),
2 references to SearchReferencedProjectSymbols
Microsoft.CodeAnalysis.Features (2)
AddImport\AbstractAddImportFeatureService.cs (1)
182if (searchOptions.SearchReferencedProjectSymbols)
SymbolSearch\SymbolSearchOptions.cs (1)
71SymbolSearchOptions.Default.SearchReferencedProjectSymbols,