6253555a2c
The `DartFixContext.librariesWithExtensions` utility function accepts a `memberName` parameter but never did anything with it. This change adds filtering in that function based on the member name. This code depends on the set of exported extensions, which is provided in an extension (`LibraryElementExtensions.exportedExtensions`) in the analysis_server package, which must be moved to the analyzer package. Change-Id: I06c8a9a0e11ceb70e75517b30c0b048321d6b024 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418641 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>