8 references to Document
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (8)
456if (refLocation.Document.Id == document.Id) 462RoslynDebug.AssertNotNull(refLocation.Document.FilePath); 464Debug.Assert(!PathUtilities.PathsEqual(refLocation.Document.FilePath, document.FilePath)); 474.Where(loc => solutionWithChangedNamespace.ContainsDocument(loc.Document.Id)) 483.Where(loc => !solutionWithChangedNamespace.ContainsDocument(loc.Document.Id)).Distinct().SelectAsArray(loc => loc.Document.Id))); 486var refLocationGroups = refLocationsInSolution.GroupBy(loc => loc.Document.Id); 752Debug.Assert(document.Id == refLoc.Document.Id);