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