6 references to UnwrapType
Microsoft.CodeAnalysis.CSharp.Features (6)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (6)
74var (type, plural) = UnwrapType(originalType, compilation, wasPlural: false, seenTypes: []); 90var (unwrappedReturnType, returnTypePlural) = UnwrapType(returnType, compilation, wasPlural: false, seenTypes: []); 142return UnwrapType(arrayType.ElementType, compilation, wasPlural: true, seenTypes: seenTypes); 148return UnwrapType(typeArgument, compilation, wasPlural: true, seenTypes); 177return UnwrapType(collectionType, compilation, wasPlural: true, seenTypes: seenTypes); 190return UnwrapType(namedType.TypeArguments[0], compilation, wasPlural: wasPlural, seenTypes: seenTypes);