2 references to GetRelatedDocumentsWithChanges
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.cs (1)
68=> text.AsText().GetRelatedDocumentsWithChanges();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
TextEditor\TryGetDocumentTests.cs (1)
78var newDocument = newText.GetRelatedDocumentsWithChanges().First();