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)
316if (this.TryGetHierarchy(projectId, out var hierarchy)) 390this.TryGetHierarchy(projectId, out hierarchy) && 1490if (!TryGetHierarchy(referencingProject, out var referencingHierarchy) || 1491!TryGetHierarchy(referencedProject, out var referencedHierarchy))