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)
58
{ WellKnownTags.
Event
, LSP.CompletionItemKind.Event },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
29
public const string Event = nameof(
Event
);
83
internal static readonly ImmutableArray<string> EventPublic = ImmutableArray.Create(WellKnownTags.
Event
, WellKnownTags.Public);
84
internal static readonly ImmutableArray<string> EventProtected = ImmutableArray.Create(WellKnownTags.
Event
, WellKnownTags.Protected);
85
internal static readonly ImmutableArray<string> EventPrivate = ImmutableArray.Create(WellKnownTags.
Event
, WellKnownTags.Private);
86
internal static readonly ImmutableArray<string> EventInternal = ImmutableArray.Create(WellKnownTags.
Event
, WellKnownTags.Internal);