7 references to GetRelatedDocumentsWithChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
75var document = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().First();
Interactive\BraceMatching\InteractiveBraceHighlightingTests.cs (1)
48buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault(),
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\InlineRenameSession.cs (1)
597var documents = textBuffer.CurrentSnapshot.GetRelatedDocumentsWithChanges();
NavigationBar\NavigationBarController.cs (1)
212var documents = _subjectBuffer.CurrentSnapshot.GetRelatedDocumentsWithChanges();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BraceHighlighting\AbstractBraceHighlightingTests.cs (1)
53var document = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
TextEditor\TryGetDocumentTests.cs (1)
37var newDocument = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault();
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
BraceMatching\BraceHighlightingTests.vb (1)
37Dim doc = buffer.CurrentSnapshot.GetRelatedDocumentsWithChanges().FirstOrDefault()