4 references to GetFullyQualifiedPath
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\WorkspaceProject.cs (4)
165
case "IntermediateAssembly": _project.CompilationOutputAssemblyFilePath =
GetFullyQualifiedPath
(valueOrNull); break;
170
case "TargetPath": _project.OutputFilePath =
GetFullyQualifiedPath
(valueOrNull); break;
171
case "TargetRefPath": _project.OutputRefFilePath =
GetFullyQualifiedPath
(valueOrNull); break;
172
case "CompilerGeneratedFilesOutputPath": _project.GeneratedFilesOutputDirectory =
GetFullyQualifiedPath
(valueOrNull); break;