7 references to Delegate
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
77case WellKnownTags.Delegate:
Completion\CompletionTags.cs (1)
34public const string Delegate = WellKnownTags.Delegate;
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
26public const string Delegate = nameof(Delegate); 75internal static readonly ImmutableArray<string> DelegatePublic = [WellKnownTags.Delegate, WellKnownTags.Public]; 76internal static readonly ImmutableArray<string> DelegateProtected = [WellKnownTags.Delegate, WellKnownTags.Protected]; 77internal static readonly ImmutableArray<string> DelegatePrivate = [WellKnownTags.Delegate, WellKnownTags.Private]; 78internal static readonly ImmutableArray<string> DelegateInternal = [WellKnownTags.Delegate, WellKnownTags.Internal];