units[i + 1] = new TimestampedData<CompilationUnit>(
getModificationStamp(source),
resolveCompilationUnit(source, libraryElement));
}
}
dartEntry = (DartEntry) new GenerateDartHintsTask(
this,
units,
getLibraryElement(librarySource)).perform(resultRecorder);
state = dartEntry.getStateInLibrary(descriptor, librarySource);
}