4 references to ConstructedNamedTypeSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\ArrayTypeSymbol.cs (2)
115
constructedInterfaces.Add(new
ConstructedNamedTypeSymbol
(iListOfT, ImmutableArray.Create(elementTypeWithAnnotations)));
122
constructedInterfaces.Add(new
ConstructedNamedTypeSymbol
(iReadOnlyListOfT, ImmutableArray.Create(elementTypeWithAnnotations)));
Symbols\ConstructedNamedTypeSymbol.cs (1)
77
return new
ConstructedNamedTypeSymbol
(_constructedFrom, _typeArgumentsWithAnnotations, IsUnboundGenericType, tupleData: newData);
Symbols\NamedTypeSymbol.cs (1)
1226
return new
ConstructedNamedTypeSymbol
(this, typeArguments, unbound);