11 references to Nonstructural
Microsoft.CodeAnalysis.CSharp.Features (2)
Structure\Providers\ArrowExpressionClauseStructureProvider.cs (1)
31type: BlockTypes.Nonstructural,
Structure\Providers\StringLiteralExpressionStructureProvider.cs (1)
44return BlockTypes.Nonstructural;
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
146BlockTypes.Nonstructural => PredefinedStructureTagTypes.Nonstructural,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
98type: 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)
94type = BlockTypes.Nonstructural;
Structure\BlockTypes.cs (1)
10public const string Nonstructural = nameof(Nonstructural);