4 references to UnwrapType
Microsoft.CodeAnalysis.CSharp.Features (4)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (4)
74var (type, plural) = UnwrapType(nameInfo.Type, semanticModel.Compilation, wasPlural: false, seenTypes: []); 119return UnwrapType(arrayType.ElementType, compilation, wasPlural: true, seenTypes: seenTypes); 125return UnwrapType(typeArgument, compilation, wasPlural: true, seenTypes); 167return UnwrapType(namedType.TypeArguments[0], compilation, wasPlural: wasPlural, seenTypes: seenTypes);