17 references to Protected
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
219
case WellKnownTags.
Protected
:
Completion\CompletionTags.cs (1)
21
public const string Protected = WellKnownTags.
Protected
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
56
{ WellKnownTags.
Protected
, ImmutableArray.Create(LSP.CompletionItemKind.Keyword) },
Microsoft.CodeAnalysis.Workspaces (14)
Tags\WellKnownTags.cs (14)
13
public const string Protected = nameof(
Protected
);
66
internal static readonly ImmutableArray<string> ClassProtected = [WellKnownTags.Class, WellKnownTags.
Protected
];
70
internal static readonly ImmutableArray<string> ConstantProtected = [WellKnownTags.Constant, WellKnownTags.
Protected
];
74
internal static readonly ImmutableArray<string> DelegateProtected = [WellKnownTags.Delegate, WellKnownTags.
Protected
];
78
internal static readonly ImmutableArray<string> EnumProtected = [WellKnownTags.Enum, WellKnownTags.
Protected
];
82
internal static readonly ImmutableArray<string> EnumMemberProtected = [WellKnownTags.EnumMember, WellKnownTags.
Protected
];
86
internal static readonly ImmutableArray<string> EventProtected = [WellKnownTags.Event, WellKnownTags.
Protected
];
90
internal static readonly ImmutableArray<string> ExtensionMethodProtected = [WellKnownTags.ExtensionMethod, WellKnownTags.
Protected
];
94
internal static readonly ImmutableArray<string> FieldProtected = [WellKnownTags.Field, WellKnownTags.
Protected
];
98
internal static readonly ImmutableArray<string> InterfaceProtected = [WellKnownTags.Interface, WellKnownTags.
Protected
];
107
internal static readonly ImmutableArray<string> MethodProtected = [WellKnownTags.Method, WellKnownTags.
Protected
];
111
internal static readonly ImmutableArray<string> ModuleProtected = [WellKnownTags.Module, WellKnownTags.
Protected
];
118
internal static readonly ImmutableArray<string> PropertyProtected = [WellKnownTags.Property, WellKnownTags.
Protected
];
124
internal static readonly ImmutableArray<string> StructureProtected = [WellKnownTags.Structure, WellKnownTags.
Protected
];