2 writes to ShowBlockStructureGuidesForDeclarationLevelConstructs
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\BlockStructureOptionsStorage.cs (1)
18ShowBlockStructureGuidesForDeclarationLevelConstructs = globalOptions.GetOption(ShowBlockStructureGuidesForDeclarationLevelConstructs, language),
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
58ShowBlockStructureGuidesForDeclarationLevelConstructs = true,
2 references to ShowBlockStructureGuidesForDeclarationLevelConstructs
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureServiceWithProviders.cs (1)
90if ((!options.ShowBlockStructureGuidesForDeclarationLevelConstructs && isTopLevel) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
37"dotnet_show_block_structure_guides_for_declaration_level_constructs", BlockStructureOptions.Default.ShowBlockStructureGuidesForDeclarationLevelConstructs);