3 writes to ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockStructureOptions.cs (1)
16ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = ShowBlockStructureGuidesForCommentsAndPreprocessorRegions,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\BlockStructureOptionsStorage.cs (1)
17ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = globalOptions.GetOption(ShowBlockStructureGuidesForCommentsAndPreprocessorRegions, language),
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
57ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = true,
2 references to ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureServiceWithProviders.cs (1)
92(!options.ShowBlockStructureGuidesForCommentsAndPreprocessorRegions && isComment))
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
34"dotnet_show_block_structure_guides_for_comments_and_preprocessor_regions", BlockStructureOptions.Default.ShowBlockStructureGuidesForCommentsAndPreprocessorRegions);