3 references to ShowOutliningForDeclarationLevelConstructs
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\AbstractStructureTaggerProvider.cs (1)
164
option.Equals(BlockStructureOptionsStorage.
ShowOutliningForDeclarationLevelConstructs
) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
21
ShowOutliningForDeclarationLevelConstructs = globalOptions.GetOption(
ShowOutliningForDeclarationLevelConstructs
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
90
BindToOption(Show_outlining_for_declaration_level_constructs, BlockStructureOptionsStorage.
ShowOutliningForDeclarationLevelConstructs
, LanguageNames.CSharp);