5 references to TryGetHierarchy
Microsoft.VisualStudio.LanguageServices (5)
NavigationBar\NavigationBarClient.cs (1)
277if (_workspace.TryGetHierarchy(projectItem.DocumentId.ProjectId, out var hierarchy))
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
378if (this.TryGetHierarchy(projectId, out var hierarchy)) 452this.TryGetHierarchy(projectId, out hierarchy) && 1419if (!TryGetHierarchy(referencingProject, out var referencingHierarchy) || 1420!TryGetHierarchy(referencedProject, out var referencedHierarchy))