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)
3 references to TryGetProjectId
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
92
if (!hierarchyToProjectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out projectId))
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
354
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
145
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))