Esempio n. 1
0
 internal ImmutableArray <TypeWithAnnotations> GetTypeParametersAsTypeArguments()
 {
     return(TypeMap.TypeParametersAsTypeSymbolsWithAnnotations(TypeParameters));
 }
Esempio n. 2
0
 internal ImmutableArray <TypeSymbolWithAnnotations> GetTypeParametersAsTypeArguments(INonNullTypesContext nonNullTypesContext) =>
 TypeMap.TypeParametersAsTypeSymbolsWithAnnotations(nonNullTypesContext, TypeParameters);