8 references to WithProjectInfo
Microsoft.CodeAnalysis.ExternalAccess.HotReload (2)
Api\HotReloadMSBuildWorkspace.cs (1)
85newSolution = newSolution.WithProjectInfo(ProjectInfo.Create(
Api\HotReloadService.cs (1)
252=> solution.WithProjectInfo(info);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
SolutionTests\SolutionTests.cs (6)
1220var newSolution = solution.WithProjectInfo(newInfo); 1337var newSolution = solution.WithProjectInfo(newInfo); 1381Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1416Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1451Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1486Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo));