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)
60
{ WellKnownTags.
Field
, LSP.CompletionItemKind.Field },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
31
public const string Field = nameof(
Field
);
91
internal static readonly ImmutableArray<string> FieldPublic = ImmutableArray.Create(WellKnownTags.
Field
, WellKnownTags.Public);
92
internal static readonly ImmutableArray<string> FieldProtected = ImmutableArray.Create(WellKnownTags.
Field
, WellKnownTags.Protected);
93
internal static readonly ImmutableArray<string> FieldPrivate = ImmutableArray.Create(WellKnownTags.
Field
, WellKnownTags.Private);
94
internal static readonly ImmutableArray<string> FieldInternal = ImmutableArray.Create(WellKnownTags.
Field
, WellKnownTags.Internal);