2 references to GetChanges
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
275
await EnqueueWorkItemAsync(newProject.
GetChanges
(oldProject), processSourceGeneratedDocuments).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionChanges.cs (1)
47
yield return NewSolution.GetRequiredProject(id).
GetChanges
(OldSolution.GetRequiredProject(id));