1 implementation of TryGetProject
Microsoft.VisualStudio.LanguageServices (1)
Implementation\HierarchyItemToProjectIdMap.cs (1)
25
public bool
TryGetProject
(IVsHierarchyItem? hierarchyItem, string? targetFrameworkMoniker, [NotNullWhen(true)] out Project? project)
3 references to TryGetProject
Microsoft.VisualStudio.LanguageServices (2)
Implementation\IHierarchyItemToProjectIdMap.cs (2)
35
/// <inheritdoc cref="IHierarchyItemToProjectIdMap.
TryGetProject
"/>"/>
39
if (!idMap.
TryGetProject
(hierarchyItem, targetFrameworkMoniker, out var project))
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
102
if (idMap.
TryGetProject
(_hierarchyItem.Parent, targetFrameworkMoniker: null, out var project))