4 references to GetSingleChangedProjectChanges
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (4)
SolutionUtilities.cs (4)
41
var projectDifferences =
GetSingleChangedProjectChanges
(oldSolution, newSolution);
49
var projectDifferences =
GetSingleChangedProjectChanges
(oldSolution, newSolution);
69
var projectDifferences =
GetSingleChangedProjectChanges
(oldSolution, newSolution);
101
var projectChanges =
GetSingleChangedProjectChanges
(oldSolution, newSolution);