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