18 references to Private
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
244
case WellKnownTags.
Private
:
Completion\CompletionTags.cs (1)
22
public const string Private = WellKnownTags.
Private
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
59
{ WellKnownTags.
Private
, ImmutableArray.Create(LSP.CompletionItemKind.Keyword) },
Microsoft.CodeAnalysis.Workspaces (15)
Tags\WellKnownTags.cs (15)
14
public const string Private = nameof(
Private
);
69
internal static readonly ImmutableArray<string> ClassPrivate = [WellKnownTags.Class, WellKnownTags.
Private
];
73
internal static readonly ImmutableArray<string> ConstantPrivate = [WellKnownTags.Constant, WellKnownTags.
Private
];
77
internal static readonly ImmutableArray<string> DelegatePrivate = [WellKnownTags.Delegate, WellKnownTags.
Private
];
81
internal static readonly ImmutableArray<string> EnumPrivate = [WellKnownTags.Enum, WellKnownTags.
Private
];
85
internal static readonly ImmutableArray<string> EnumMemberPrivate = [WellKnownTags.EnumMember, WellKnownTags.
Private
];
89
internal static readonly ImmutableArray<string> EventPrivate = [WellKnownTags.Event, WellKnownTags.
Private
];
93
internal static readonly ImmutableArray<string> ExtensionMethodPrivate = [WellKnownTags.ExtensionMethod, WellKnownTags.
Private
];
97
internal static readonly ImmutableArray<string> FieldPrivate = [WellKnownTags.Field, WellKnownTags.
Private
];
101
internal static readonly ImmutableArray<string> InterfacePrivate = [WellKnownTags.Interface, WellKnownTags.
Private
];
110
internal static readonly ImmutableArray<string> MethodPrivate = [WellKnownTags.Method, WellKnownTags.
Private
];
114
internal static readonly ImmutableArray<string> ModulePrivate = [WellKnownTags.Module, WellKnownTags.
Private
];
119
internal static readonly ImmutableArray<string> OperatorPrivate = [WellKnownTags.Operator, WellKnownTags.
Private
];
124
internal static readonly ImmutableArray<string> PropertyPrivate = [WellKnownTags.Property, WellKnownTags.
Private
];
130
internal static readonly ImmutableArray<string> StructurePrivate = [WellKnownTags.Structure, WellKnownTags.
Private
];