3 references to GetChangedDocuments
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\SyncNamespace\CSharpSyncNamespaceTestsBase.cs (1)
164var changedDocumentIds = SolutionUtilities.GetChangedDocuments(oldSolution, newSolution);
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\AbstractUserDiagnosticTest_GenerateTypeDialog.cs (1)
147var changedDocumentIds = SolutionUtilities.GetChangedDocuments(oldSolution, newSolution);
MoveType\AbstractMoveTypeTest.cs (1)
178var changedDocumentIds = SolutionUtilities.GetChangedDocuments(oldSolution, newSolution);