2 instantiations of ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
470
return new
ConstructedErrorTypeSymbol
(this, typeArguments);
674
return new
ConstructedErrorTypeSymbol
(_constructedFrom, _typeArgumentsWithAnnotations, tupleData: newData);