9 references to Delegate
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
81
DelegateFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Delegates, 'd', WellKnownTags.
Delegate
);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
68
case WellKnownTags.
Delegate
:
Completion\CompletionTags.cs (1)
34
public const string Delegate = WellKnownTags.
Delegate
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
65
{ WellKnownTags.
Delegate
, ImmutableArray.Create(LSP.CompletionItemKind.Class, LSP.CompletionItemKind.Delegate) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
26
public const string Delegate = nameof(
Delegate
);
73
internal static readonly ImmutableArray<string> DelegatePublic = [WellKnownTags.
Delegate
, WellKnownTags.Public];
74
internal static readonly ImmutableArray<string> DelegateProtected = [WellKnownTags.
Delegate
, WellKnownTags.Protected];
75
internal static readonly ImmutableArray<string> DelegatePrivate = [WellKnownTags.
Delegate
, WellKnownTags.Private];
76
internal static readonly ImmutableArray<string> DelegateInternal = [WellKnownTags.
Delegate
, WellKnownTags.Internal];