3 references to Find_References
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
32
public override string DisplayName => EditorFeaturesResources.
Find_References
;
Microsoft.CodeAnalysis.ExternalAccess.Debugger (1)
DebuggerFindReferencesService.cs (1)
38
var (context, _) = streamingPresenter.StartSearch(EditorFeaturesResources.
Find_References
, new StreamingFindUsagesPresenterOptions { SupportsReferences = true });
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
518
var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.
Find_References
, new StreamingFindUsagesPresenterOptions { SupportsReferences = true });