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