1 write to ShowItemsFromUnimportedNamespaces
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
123ShowItemsFromUnimportedNamespaces = false,
2 references to ShowItemsFromUnimportedNamespaces
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionOptions.cs (2)
69=> !ShowItemsFromUnimportedNamespaces.HasValue || ShowItemsFromUnimportedNamespaces.Value;