8 references to WithProjectInfo
Microsoft.CodeAnalysis.ExternalAccess.HotReload (2)
Api\HotReloadMSBuildWorkspace.cs (1)
90newSolution = newSolution.WithProjectInfo(ProjectInfo.Create(
Api\HotReloadService.cs (1)
252=> solution.WithProjectInfo(info);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
SolutionTests\SolutionTests.cs (6)
1221var newSolution = solution.WithProjectInfo(newInfo); 1339var newSolution = solution.WithProjectInfo(newInfo); 1383Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1418Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1453Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1488Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo));