7 references to Field
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
120case WellKnownTags.Field:
Completion\CompletionTags.cs (1)
39public const string Field = WellKnownTags.Field;
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
31public const string Field = nameof(Field); 95internal static readonly ImmutableArray<string> FieldPublic = [WellKnownTags.Field, WellKnownTags.Public]; 96internal static readonly ImmutableArray<string> FieldProtected = [WellKnownTags.Field, WellKnownTags.Protected]; 97internal static readonly ImmutableArray<string> FieldPrivate = [WellKnownTags.Field, WellKnownTags.Private]; 98internal static readonly ImmutableArray<string> FieldInternal = [WellKnownTags.Field, WellKnownTags.Internal];