2 instantiations of SolutionExplorerNavigationSupport
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\Search\RoslynSolutionExplorerSearchProvider.cs (1)
41
public readonly SolutionExplorerNavigationSupport NavigationSupport =
new
(workspace, threadingContext, listenerProvider);
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (1)
85
NavigationSupport =
new
(workspace, threadingContext, listenerProvider);
2 references to SolutionExplorerNavigationSupport
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\Search\RoslynSolutionExplorerSearchProvider.cs (1)
41
public readonly
SolutionExplorerNavigationSupport
NavigationSupport = new(workspace, threadingContext, listenerProvider);
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (1)
63
public readonly
SolutionExplorerNavigationSupport
NavigationSupport;