4 instantiations of 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);
19 references to ConstructedNamedTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MethodSymbol.cs (1)
869if (ConstructedNamedTypeSymbol.TypeParametersMatchTypeArguments(this.TypeParameters, typeArguments))
Symbols\NamedTypeSymbol.cs (1)
1222if (ConstructedNamedTypeSymbol.TypeParametersMatchTypeArguments(this.TypeParameters, typeArguments))
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (11)
CodeGen\CodeGenTupleTest.cs (11)
4511Assert.IsType<ConstructedNamedTypeSymbol>(namedTuple); 26779var iEnumerable = (ConstructedNamedTypeSymbol)classA.Interfaces()[0]; 26861var iEnumerable = (ConstructedNamedTypeSymbol)classA.Interfaces()[0]; 26912var iEnumerable = (ConstructedNamedTypeSymbol)classA.Interfaces()[0]; 26987var iEnumerable = (ConstructedNamedTypeSymbol)classA.Interfaces()[0]; 28627Assert.IsType<ConstructedNamedTypeSymbol>(tuple); 28660Assert.IsType<ConstructedNamedTypeSymbol>(tuple);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Attributes\AttributeTests_Tuples.cs (2)
485var field6Type = Assert.IsType<ConstructedNamedTypeSymbol>(field6.Type);
Attributes\AttributeTests_WellKnownAttributes.cs (2)
4896Assert.IsType<ConstructedNamedTypeSymbol>(constructed); 4900Assert.IsType<ConstructedNamedTypeSymbol>(constructedS);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\NoPiaInstantiationOfGenericClassAndStruct.cs (1)
413Assert.IsType<ConstructedNamedTypeSymbol>(localField.Type);
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Metadata\WinMdMetadataTests.cs (1)
181((Microsoft.CodeAnalysis.CSharp.Symbols.ConstructedNamedTypeSymbol)