5 references to WithProjectInfo
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
SolutionTests\SolutionTests.cs (5)
1206
var newSolution = solution.
WithProjectInfo
(newInfo);
1322
Assert.Throws<NotSupportedException>(() => solution.
WithProjectInfo
(newInfo));
1357
Assert.Throws<NotSupportedException>(() => solution.
WithProjectInfo
(newInfo));
1392
Assert.Throws<NotSupportedException>(() => solution.
WithProjectInfo
(newInfo));
1427
Assert.Throws<NotSupportedException>(() => solution.
WithProjectInfo
(newInfo));