3 references to ShowOutliningForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\AbstractStructureTaggerProvider.cs (1)
165
option.Equals(BlockStructureOptionsStorage.
ShowOutliningForCommentsAndPreprocessorRegions
) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
20
ShowOutliningForCommentsAndPreprocessorRegions = globalOptions.GetOption(
ShowOutliningForCommentsAndPreprocessorRegions
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
92
BindToOption(Show_outlining_for_comments_and_preprocessor_regions, BlockStructureOptionsStorage.
ShowOutliningForCommentsAndPreprocessorRegions
, LanguageNames.CSharp);