4 instantiations of 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);
2 references to ConstructedNamedTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MethodSymbol.cs (1)
879
if (
ConstructedNamedTypeSymbol
.TypeParametersMatchTypeArguments(this.TypeParameters, typeArguments))
Symbols\NamedTypeSymbol.cs (1)
1216
if (
ConstructedNamedTypeSymbol
.TypeParametersMatchTypeArguments(this.TypeParameters, typeArguments))