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