8 references to Document
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (8)
456
if (refLocation.
Document
.Id == document.Id)
462
RoslynDebug.AssertNotNull(refLocation.
Document
.FilePath);
464
Debug.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)));
486
var refLocationGroups = refLocationsInSolution.GroupBy(loc => loc.
Document
.Id);
752
Debug.Assert(document.Id == refLoc.
Document
.Id);