1 override of ConstructCore
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
466
protected override NamedTypeSymbol
ConstructCore
(ImmutableArray<TypeWithAnnotations> typeArguments, bool unbound)
2 references to ConstructCore
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NamedTypeSymbol.cs (1)
1221
return this.
ConstructCore
(typeArguments, unbound);
Symbols\Tuples\TupleTypeSymbol.cs (1)
190
return this.
ConstructCore
(this.GetTypeParametersAsTypeArguments(), unbound: false).WithTupleData(newData);