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)
320if (this.TryGetHierarchy(projectId, out var hierarchy)) 394this.TryGetHierarchy(projectId, out hierarchy) && 1494if (!TryGetHierarchy(referencingProject, out var referencingHierarchy) || 1495!TryGetHierarchy(referencedProject, out var referencedHierarchy))