5 references to Document
Microsoft.CodeAnalysis.Features (5)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (5)
456if (refLocation.Document.Id == document.Id) 462RoslynDebug.AssertNotNull(refLocation.Document.FilePath); 464Debug.Assert(!PathUtilities.PathsEqual(refLocation.Document.FilePath, document.FilePath)); 473var refLocationGroups = refLocationsInOtherDocuments.GroupBy(loc => loc.Document.Id); 707Debug.Assert(document.Id == refLoc.Document.Id);