2 references to ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
468return new ConstructedErrorTypeSymbol(this, typeArguments); 672return new ConstructedErrorTypeSymbol(_constructedFrom, _typeArgumentsWithAnnotations, tupleData: newData);