9 references to Event
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
26
public static string Event => NavigateToItemKind.
Event
;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
20
NavigateToItemKind.
Event
,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
246
return NavigateToItemKind.
Event
;
321
case NavigateToItemKind.
Event
:
NavigateTo\NavigateToItemKind.cs (1)
24
public const string Event = nameof(
Event
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
33
NavigateToItemKind.
Event
,
Microsoft.VisualStudio.LanguageServices (3)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
108
NavigateToItemKind.
Event
=> CodeSearchResultType.Event,
NavigateTo\RoslynSearchItemsSource.cs (1)
36
.Add(NavigateToItemKind.
Event
);
Progression\GraphBuilder.cs (1)
719
NavigateToItemKind.
Event
=> CodeNodeCategories.Event,