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)
325if (this.TryGetHierarchy(projectId, out var hierarchy)) 399this.TryGetHierarchy(projectId, out hierarchy) && 1499if (!TryGetHierarchy(referencingProject, out var referencingHierarchy) || 1500!TryGetHierarchy(referencedProject, out var referencedHierarchy))