9 references to Property
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
85PropertyFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Properties, 'p', WellKnownTags.Property);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
170case WellKnownTags.Property:
Completion\CompletionTags.cs (1)
50public const string Property = WellKnownTags.Property;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
71{ WellKnownTags.Property, LSP.CompletionItemKind.Property },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
42public const string Property = nameof(Property); 115internal static readonly ImmutableArray<string> PropertyPublic = ImmutableArray.Create(WellKnownTags.Property, WellKnownTags.Public); 116internal static readonly ImmutableArray<string> PropertyProtected = ImmutableArray.Create(WellKnownTags.Property, WellKnownTags.Protected); 117internal static readonly ImmutableArray<string> PropertyPrivate = ImmutableArray.Create(WellKnownTags.Property, WellKnownTags.Private); 118internal static readonly ImmutableArray<string> PropertyInternal = ImmutableArray.Create(WellKnownTags.Property, WellKnownTags.Internal);