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)
78
var newDocument = newText.
GetRelatedDocumentsWithChanges
().First();