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)
71
{ WellKnownTags.
Property
, LSP.CompletionItemKind.Property },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
42
public const string Property = nameof(
Property
);
115
internal static readonly ImmutableArray<string> PropertyPublic = ImmutableArray.Create(WellKnownTags.
Property
, WellKnownTags.Public);
116
internal static readonly ImmutableArray<string> PropertyProtected = ImmutableArray.Create(WellKnownTags.
Property
, WellKnownTags.Protected);
117
internal static readonly ImmutableArray<string> PropertyPrivate = ImmutableArray.Create(WellKnownTags.
Property
, WellKnownTags.Private);
118
internal static readonly ImmutableArray<string> PropertyInternal = ImmutableArray.Create(WellKnownTags.
Property
, WellKnownTags.Internal);