9 references to Event
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
84
EventFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Events, 'v', WellKnownTags.
Event
);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
95
case WellKnownTags.
Event
:
Completion\CompletionTags.cs (1)
37
public const string Event = WellKnownTags.
Event
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
68
{ WellKnownTags.
Event
, ImmutableArray.Create(LSP.CompletionItemKind.Event) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
29
public const string Event = nameof(
Event
);
85
internal static readonly ImmutableArray<string> EventPublic = [WellKnownTags.
Event
, WellKnownTags.Public];
86
internal static readonly ImmutableArray<string> EventProtected = [WellKnownTags.
Event
, WellKnownTags.Protected];
87
internal static readonly ImmutableArray<string> EventPrivate = [WellKnownTags.
Event
, WellKnownTags.Private];
88
internal static readonly ImmutableArray<string> EventInternal = [WellKnownTags.
Event
, WellKnownTags.Internal];