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