3 references to UnwrapType
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (3)
119
return
UnwrapType
(arrayType.ElementType, compilation, wasPlural: true, seenTypes: seenTypes);
125
return
UnwrapType
(typeArgument, compilation, wasPlural: true, seenTypes);
167
return
UnwrapType
(namedType.TypeArguments[0], compilation, wasPlural: wasPlural, seenTypes: seenTypes);