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