4 references to CompilationOutputInfo
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\CommandLineProject.cs (1)
124
compilationOutputInfo: new
CompilationOutputInfo
(outputFilePath, commandLineArguments.GeneratedFilesOutputDirectory),
Workspace\Solution\CompilationOutputInfo.cs (3)
37
=>
new
(assemblyPath: path, GeneratedFilesOutputDirectory);
46
return
new
(AssemblyPath, path);
90
return new
CompilationOutputInfo
(assemblyPath, generatedFilesOutputDirectory);