5 references to Type
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\Providers\TypeDeclarationStructureProvider.cs (1)
48type: BlockTypes.Type,
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
149BlockTypes.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)
19public const string Type = nameof(Type);