3 overrides of FunctionId
Microsoft.CodeAnalysis.EditorFeatures (3)
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
34protected override FunctionId FunctionId => FunctionId.CommandHandler_FindAllReference;
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
36protected override FunctionId FunctionId => FunctionId.CommandHandler_GoToBase;
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
35protected override FunctionId FunctionId => FunctionId.CommandHandler_GoToImplementation;
1 reference to FunctionId
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
265using (Logger.LogBlock(FunctionId, KeyValueLogMessage.Create(LogType.UserAction), cancellationToken))