| Index: pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/index_contributor.dart b/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| index 2283bee169a96bece622fe703da546afde574328..7d94a30a274db79daaaa842f3480096c764700f9 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| @@ -705,6 +705,7 @@ class _IndexContributor extends GeneralizingAstVisitor<Object> {
|
| element is TypeParameterElement) {
|
| recordRelationship(element, IndexConstants.IS_REFERENCED_BY, location);
|
| } else if (element is PrefixElement) {
|
| + recordRelationship(element, IndexConstants.IS_REFERENCED_BY, location);
|
| _recordImportElementReferenceWithPrefix(node);
|
| } else if (element is ParameterElement || element is LocalVariableElement) {
|
| bool inGetterContext = node.inGetterContext();
|
|
|