3 references to UnwrapType
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (3)
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);