2 writes to ShowBlockStructureGuidesForCodeLevelConstructs
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\BlockStructureOptionsStorage.cs (1)
19ShowBlockStructureGuidesForCodeLevelConstructs = globalOptions.GetOption(ShowBlockStructureGuidesForCodeLevelConstructs, language),
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
59ShowBlockStructureGuidesForCodeLevelConstructs = true
2 references to ShowBlockStructureGuidesForCodeLevelConstructs
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureServiceWithProviders.cs (1)
91(!options.ShowBlockStructureGuidesForCodeLevelConstructs && isMemberLevel) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
40"dotnet_show_block_structure_guides_for_code_level_constructs", BlockStructureOptions.Default.ShowBlockStructureGuidesForCodeLevelConstructs);