9 references to PreprocessorRegion
Microsoft.CodeAnalysis.CSharp.Features (3)
Structure\Providers\DisabledTextTriviaStructureProvider.cs (1)
62type: BlockTypes.PreprocessorRegion,
Structure\Providers\IfDirectiveTriviaStructureProvider.cs (1)
57type: BlockTypes.PreprocessorRegion,
Structure\Providers\RegionDirectiveStructureProvider.cs (1)
55type: BlockTypes.PreprocessorRegion,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
147BlockTypes.PreprocessorRegion => PredefinedStructureTagTypes.PreprocessorRegion,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Structure\FSharpBlockTypes.cs (1)
18public static string PreprocessorRegion => BlockTypes.PreprocessorRegion;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
16public static string PreprocessorRegion => BlockTypes.PreprocessorRegion;
Microsoft.CodeAnalysis.Features (2)
Structure\BlockTypes.cs (2)
14public const string PreprocessorRegion = nameof(PreprocessorRegion); 34case PreprocessorRegion:
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
112BlockTypes.PreprocessorRegion => FoldingRangeKind.Region,