9 references to Structure
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
77
StructureFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Structures, 's', WellKnownTags.
Structure
);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
187
case WellKnownTags.
Structure
:
Completion\CompletionTags.cs (1)
53
public const string Structure = WellKnownTags.
Structure
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
84
{ WellKnownTags.
Structure
, ImmutableArray.Create(LSP.CompletionItemKind.Struct) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
45
public const string Structure = nameof(
Structure
);
123
internal static readonly ImmutableArray<string> StructurePublic = [WellKnownTags.
Structure
, WellKnownTags.Public];
124
internal static readonly ImmutableArray<string> StructureProtected = [WellKnownTags.
Structure
, WellKnownTags.Protected];
125
internal static readonly ImmutableArray<string> StructurePrivate = [WellKnownTags.
Structure
, WellKnownTags.Private];
126
internal static readonly ImmutableArray<string> StructureInternal = [WellKnownTags.
Structure
, WellKnownTags.Internal];