6 references to WithProjectInfo
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
263=> solution.WithProjectInfo(info);
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
SolutionTests\SolutionTests.cs (5)
1206var newSolution = solution.WithProjectInfo(newInfo); 1322Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1357Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1392Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo)); 1427Assert.Throws<NotSupportedException>(() => solution.WithProjectInfo(newInfo));