9 references to Field
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
83
FieldFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Fields, 'f', WellKnownTags.
Field
);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
111
case WellKnownTags.
Field
:
Completion\CompletionTags.cs (1)
39
public const string Field = WellKnownTags.
Field
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
70
{ WellKnownTags.
Field
, ImmutableArray.Create(LSP.CompletionItemKind.Field) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
31
public const string Field = nameof(
Field
);
93
internal static readonly ImmutableArray<string> FieldPublic = [WellKnownTags.
Field
, WellKnownTags.Public];
94
internal static readonly ImmutableArray<string> FieldProtected = [WellKnownTags.
Field
, WellKnownTags.Protected];
95
internal static readonly ImmutableArray<string> FieldPrivate = [WellKnownTags.
Field
, WellKnownTags.Private];
96
internal static readonly ImmutableArray<string> FieldInternal = [WellKnownTags.
Field
, WellKnownTags.Internal];