3 references to WithProjectCompilationOutputInfo
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
367s => s.WithProjectCompilationOutputInfo(Id, s.GetRequiredProject(Id).CompilationOutputInfo.WithAssemblyPath(value))); 379s => s.WithProjectCompilationOutputInfo(Id, s.GetRequiredProject(Id).CompilationOutputInfo.WithGeneratedFilesOutputDirectory(value)));
Workspace\Solution\Project.cs (1)
598=> Solution.WithProjectCompilationOutputInfo(Id, info).GetRequiredProject(Id);