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