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