5 references to UnwrapType
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (5)
75var (type, plural) = UnwrapType(nameInfo.Type, semanticModel.Compilation, wasPlural: false, seenTypes: []); 120return UnwrapType(arrayType.ElementType, compilation, wasPlural: true, seenTypes: seenTypes); 126return UnwrapType(typeArgument, compilation, wasPlural: true, seenTypes); 155return UnwrapType(collectionType, compilation, wasPlural: true, seenTypes: seenTypes); 168return UnwrapType(namedType.TypeArguments[0], compilation, wasPlural: wasPlural, seenTypes: seenTypes);