1 instantiation of ProjectDebugConfiguration
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
50
return new
ProjectDebugConfiguration
(project.FilePath!, project.OutputFilePath!, GetProjectName(project), targetsDotnetCore, isExe, project.Solution.FilePath);
3 references to ProjectDebugConfiguration
Microsoft.CodeAnalysis.LanguageServer (3)
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (3)
13
internal class WorkspaceDebugConfigurationHandler : ILspServiceRequestHandler<WorkspaceDebugConfigurationParams,
ProjectDebugConfiguration
[]>
30
public Task<
ProjectDebugConfiguration
[]> HandleRequestAsync(WorkspaceDebugConfigurationParams request, RequestContext context, CancellationToken cancellationToken)
46
private
ProjectDebugConfiguration
GetProjectDebugConfiguration(Project project)