1 implementation of TryGetProjectId
Microsoft.VisualStudio.LanguageServices (1)
Implementation\HierarchyItemToProjectIdMap.cs (1)
26
public bool
TryGetProjectId
(IVsHierarchyItem hierarchyItem, string? targetFrameworkMoniker, [NotNullWhen(true)] out ProjectId? projectId)
2 references to TryGetProjectId
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
354
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
136
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))