10 references to Nonstructural
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\Providers\ArrowExpressionClauseStructureProvider.cs (1)
29type: BlockTypes.Nonstructural,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
112BlockTypes.Nonstructural => PredefinedStructureTagTypes.Nonstructural,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
99type: BlockTypes.Nonstructural,
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Structure\BlockSpanTests.cs (3)
25type: BlockTypes.Nonstructural, bannerText: bannerText, autoCollapse: autoCollapse); 43type: BlockTypes.Nonstructural, bannerText: bannerText, autoCollapse: autoCollapse); 57type: BlockTypes.Nonstructural, bannerText: bannerText, autoCollapse: autoCollapse);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Structure\FSharpBlockTypes.cs (1)
14public static string Nonstructural => BlockTypes.Nonstructural;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
12public static string Nonstructural => BlockTypes.Nonstructural;
Microsoft.CodeAnalysis.Features (2)
Structure\BlockStructureServiceWithProviders.cs (1)
100type = BlockTypes.Nonstructural;
Structure\BlockTypes.cs (1)
12public const string Nonstructural = nameof(Nonstructural);