1 write to _projectMap
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
88
_projectMap
= workspace.Services.GetRequiredService<IHierarchyItemToProjectIdMap>();
3 references to _projectMap
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (3)
106
var shouldFixInProject = GetShouldFixInProjectDelegate(_vsHierarchyItemManager,
_projectMap
, projectHierarchy);
126
var shouldFixInProject = GetShouldFixInProjectDelegate(_vsHierarchyItemManager,
_projectMap
, projectHierarchy);
137
var shouldFixInProject = GetShouldFixInProjectDelegate(_vsHierarchyItemManager,
_projectMap
, projectHierarchy);