3 references to ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\AbstractStructureTaggerProvider.cs (1)
173
TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, BlockStructureOptionsStorage.
ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
),
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Structure\StructureTaggerTests.cs (1)
173
globalOptions.SetGlobalOption(BlockStructureOptionsStorage.
ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
, LanguageNames.CSharp, showBlockStructureGuidesForCommentsAndPreprocessorRegions);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\BlockStructureOptionsStorage.cs (1)
17
ShowBlockStructureGuidesForCommentsAndPreprocessorRegions = globalOptions.GetOption(
ShowBlockStructureGuidesForCommentsAndPreprocessorRegions
, language),