1 instantiation of ProjectDebugConfiguration
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
51
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)
14
internal sealed class WorkspaceDebugConfigurationHandler : ILspServiceRequestHandler<WorkspaceDebugConfigurationParams,
ProjectDebugConfiguration
[]>
31
public Task<
ProjectDebugConfiguration
[]> HandleRequestAsync(WorkspaceDebugConfigurationParams request, RequestContext context, CancellationToken cancellationToken)
47
private
ProjectDebugConfiguration
GetProjectDebugConfiguration(Project project)