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