2 writes to ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockStructureOptions.cs (1)
17ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = ShowBlockStructureGuidesForCommentsAndPreprocessorRegions,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
17ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = globalOptions.GetOption(ShowBlockStructureGuidesForCommentsAndPreprocessorRegions, language),
2 references to ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureServiceWithProviders.cs (1)
98(!options.ShowBlockStructureGuidesForCommentsAndPreprocessorRegions && isComment))
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
33"dotnet_show_block_structure_guides_for_comments_and_preprocessor_regions", BlockStructureOptions.Default.ShowBlockStructureGuidesForCommentsAndPreprocessorRegions);