2 implementations of IProjectManagementService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Diagnostics\GenerateType\TestProjectManagementService.cs (1)
16internal sealed class TestProjectManagementService : IProjectManagementService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectManagementService.cs (1)
25internal sealed class VisualStudioProjectManagementService(IThreadingContext threadingContext) : IProjectManagementService
10 references to IProjectManagementService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Diagnostics\GenerateType\GenerateTypeTestState.cs (1)
75return (TestProjectManagementService)InvocationDocument.Project.Solution.Services.GetService<IProjectManagementService>();
Diagnostics\GenerateType\TestGenerateTypeOptionsService.cs (1)
49IProjectManagementService projectManagementService,
Diagnostics\GenerateType\TestProjectManagementService.cs (1)
15[ExportWorkspaceService(typeof(IProjectManagementService), ServiceLayer.Default), Shared]
Microsoft.CodeAnalysis.Features (3)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (2)
103var projectManagementService = _document.Project.Solution.Services.GetService<IProjectManagementService>();
GenerateType\IGenerateTypeOptionService.cs (1)
19IProjectManagementService? projectManagementService,
Microsoft.VisualStudio.LanguageServices (4)
GenerateType\GenerateTypeDialogViewModel.cs (2)
28private readonly IProjectManagementService _projectManagementService; 673IProjectManagementService projectManagementService,
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
42IProjectManagementService projectManagementService,
ProjectSystem\VisualStudioProjectManagementService.cs (1)
22[ExportWorkspaceService(typeof(IProjectManagementService), ServiceLayer.Host), Shared]