6 references to CompilationOutputInfo
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\CommandLineProject.cs (1)
124
compilationOutputInfo: new
CompilationOutputInfo
(outputFilePath, commandLineArguments.GeneratedFilesOutputDirectory),
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
117
compilationOutputInfo:
new
(creationInfo.CompilationOutputAssemblyFilePath, generatedFilesOutputDirectory: null),
Workspace\Solution\CompilationOutputInfo.cs (3)
37
=>
new
(assemblyPath: path, GeneratedFilesOutputDirectory);
46
return
new
(AssemblyPath, path);
90
return new
CompilationOutputInfo
(assemblyPath, generatedFilesOutputDirectory);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
286
compilationOutputInfo: new
CompilationOutputInfo
(projectFileInfo.IntermediateOutputFilePath, projectFileInfo.GeneratedFilesOutputDirectory),