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