7 references to Type
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\Providers\TypeDeclarationStructureProvider.cs (1)
49type: BlockTypes.Type,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
115BlockTypes.Type => PredefinedStructureTagTypes.Type,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Structure\FSharpBlockTypes.cs (1)
23public static string Type => BlockTypes.Type;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
21public static string Type => BlockTypes.Type;
Microsoft.CodeAnalysis.Features (1)
Structure\BlockTypes.cs (1)
21public const string Type = nameof(Type);
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Structure\Providers\EnumDeclarationStructureProvider.vb (1)
25type:=BlockTypes.Type, isCollapsible:=True))
Structure\Providers\TypeDeclarationStructureProvider.vb (1)
25type:=BlockTypes.Type, isCollapsible:=True))