Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (5)
72var (type, plural) = UnwrapType(nameInfo.Type, semanticModel.Compilation, wasPlural: false, seenTypes: []);
117return UnwrapType(arrayType.ElementType, compilation, wasPlural: true, seenTypes: seenTypes);
123return UnwrapType(typeArgument, compilation, wasPlural: true, seenTypes);
152return UnwrapType(collectionType, compilation, wasPlural: true, seenTypes: seenTypes);
165return UnwrapType(namedType.TypeArguments[0], compilation, wasPlural: wasPlural, seenTypes: seenTypes);