4 references to GetRelatedDocumentsWithChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
73var document = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().First();
Interactive\BraceMatching\InteractiveBraceHighlightingTests.cs (1)
40buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault(),
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BraceHighlighting\AbstractBraceHighlightingTests.cs (1)
45var document = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
TextEditor\TryGetDocumentTests.cs (1)
36var newDocument = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault();