2 instantiations of ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
476return new ConstructedErrorTypeSymbol(this, typeArguments); 680return new ConstructedErrorTypeSymbol(_constructedFrom, _typeArgumentsWithAnnotations, tupleData: newData);
3 references to ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenTupleTest.cs (2)
22285Assert.IsType<ConstructedErrorTypeSymbol>(methodM.ReturnType); 22325Assert.IsType<ConstructedErrorTypeSymbol>(methodM.ReturnType);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
5005Assert.IsType<ConstructedErrorTypeSymbol>(constructedError);