5 references to WithProjectInfo
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));