Implemented interface member:
property
DisplayName
Microsoft.CodeAnalysis.GoOrFind.IGoOrFindNavigationService.DisplayName
3 overrides of DisplayName
Microsoft.CodeAnalysis.EditorFeatures (3)
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
32
public override string
DisplayName
=> EditorFeaturesResources.Find_References;
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
34
public override string
DisplayName
=> EditorFeaturesResources.Go_To_Base;
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
33
public override string
DisplayName
=> EditorFeaturesResources.Go_To_Implementation;
3 references to DisplayName
Microsoft.CodeAnalysis.EditorFeatures (3)
GoOrFind\AbstractGoOrFindNavigationService.cs (3)
188
title ??
DisplayName
,
226
var (presenterContext, presenterCancellationToken) = _streamingPresenter.StartSearch(
DisplayName
, GetStreamingPresenterOptions(document));
267
await findContext.SetSearchTitleAsync(
DisplayName
, cancellationToken).ConfigureAwait(false);