7 references to Structure
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
202case WellKnownTags.Structure:
Completion\CompletionTags.cs (1)
53public const string Structure = WellKnownTags.Structure;
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
45public const string Structure = nameof(Structure); 128internal static readonly ImmutableArray<string> StructurePublic = [WellKnownTags.Structure, WellKnownTags.Public]; 129internal static readonly ImmutableArray<string> StructureProtected = [WellKnownTags.Structure, WellKnownTags.Protected]; 130internal static readonly ImmutableArray<string> StructurePrivate = [WellKnownTags.Structure, WellKnownTags.Private]; 131internal static readonly ImmutableArray<string> StructureInternal = [WellKnownTags.Structure, WellKnownTags.Internal];