4 references to Document
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (4)
471.Where(loc => solutionWithChangedNamespace.ContainsDocument(loc.Document.Id)) 480.Where(loc => !solutionWithChangedNamespace.ContainsDocument(loc.Document.Id)).Distinct().SelectAsArray(loc => loc.Document.Id))); 483var refLocationGroups = refLocationsInSolution.GroupBy(loc => loc.Document.Id); 705Debug.Assert(document.Id == refLoc.Document.Id);