15 files declare their use of Feed

aggregator.admin.inc in drupal/core/modules/aggregator/aggregator.admin.inc
Administration page callbacks for the Aggregator module.
aggregator.module in drupal/core/modules/aggregator/aggregator.module
Used to aggregate syndicated content (RSS, RDF, and Atom).
aggregator.pages.inc in drupal/core/modules/aggregator/aggregator.pages.inc
User page callbacks for the Aggregator module.
AggregatorTestBase.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Definition of Drupal\aggregator\Tests\AggregatorTestBase.
DefaultFetcher.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php
Contains \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher.
DefaultParser.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php
Contains \Drupal\aggregator\Plugin\aggregator\parser\DefaultParser.
DefaultProcessor.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Contains \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor.
FeedDelete.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedDelete.php
Contains \Drupal\aggregator\Form\FeedDelete.
FeedItemsDelete.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedItemsDelete.php
Contains \Drupal\aggregator\Form\FeedItemsDelete.
FetcherInterface.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php
Contains \Drupal\aggregator\Plugin\FetcherInterface.
ParserInterface.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ParserInterface.php
Contains \Drupal\aggregator\Plugin\FetcherInterface.
ProcessorInterface.php in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php
Contains \Drupal\aggregator\Plugin\ProcessorInterface.
TestFetcher.php in drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/fetcher/TestFetcher.php
Contains \Drupal\aggregator_test\Plugin\aggregator\fetcher\TestFetcher.
TestParser.php in drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php
Contains \Drupal\aggregator_test\Plugin\aggregator\parser\TestParser.
TestProcessor.php in drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php
Contains \Drupal\aggregator_test\Plugin\aggregator\processor\TestProcessor.