10 references to Navigating
Microsoft.CodeAnalysis.EditorFeatures (2)
Editor\GoToAdjacentMemberCommandHandler.cs (1)
90
using (context.OperationContext.AddScope(allowCancellation: true, description: EditorFeaturesResources.
Navigating
))
IntelliSense\Helpers.cs (1)
202
using var context = operationExecutor.BeginExecute(EditorFeaturesResources.IntelliSense, EditorFeaturesResources.
Navigating
, allowCancellation: true, showProgress: false);
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (5)
NavigationCommandHandlers\FindBaseSymbolsCommandHandler.cs (1)
70
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Navigating
, supportsReferences: true);
NavigationCommandHandlers\FindDerivedSymbolsCommandHandler.cs (1)
91
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Navigating
, supportsReferences: true);
NavigationCommandHandlers\FindExtensionMethodsCommandHandler.cs (1)
74
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Navigating
, supportsReferences: true);
NavigationCommandHandlers\FindImplementingMembersCommandHandler.cs (1)
74
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Navigating
, supportsReferences: true);
NavigationCommandHandlers\FindMemberOverloadsCommandHandler.cs (1)
65
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Navigating
, supportsReferences: true);
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\FindReferencesTableControlEventProcessorProvider.cs (1)
81
EditorFeaturesResources.
Navigating
,
InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.xaml.cs (1)
61
title: EditorFeaturesResources.
Navigating
,
Library\ObjectBrowser\ObjectList.cs (1)
750
using var context = operationExecutor.BeginExecute(ServicesVSResources.IntelliSense, EditorFeaturesResources.
Navigating
, allowCancellation: true, showProgress: false);