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