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)
74
{ WellKnownTags.
Structure
, LSP.CompletionItemKind.Struct },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
45
public const string Structure = nameof(
Structure
);
121
internal static readonly ImmutableArray<string> StructurePublic = ImmutableArray.Create(WellKnownTags.
Structure
, WellKnownTags.Public);
122
internal static readonly ImmutableArray<string> StructureProtected = ImmutableArray.Create(WellKnownTags.
Structure
, WellKnownTags.Protected);
123
internal static readonly ImmutableArray<string> StructurePrivate = ImmutableArray.Create(WellKnownTags.
Structure
, WellKnownTags.Private);
124
internal static readonly ImmutableArray<string> StructureInternal = ImmutableArray.Create(WellKnownTags.
Structure
, WellKnownTags.Internal);