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