3 references to TryGetProjectId
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
83
if (!hierarchyToProjectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out projectId))
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
226
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
132
if (projectMap.
TryGetProjectId
(projectHierarchyItem, targetFrameworkMoniker: null, out var projectId))