2 instantiations of ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
460return new ConstructedErrorTypeSymbol(this, typeArguments); 644return new ConstructedErrorTypeSymbol(_constructedFrom, _typeArgumentsWithAnnotations, tupleData: newData);
3 references to ConstructedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenTupleTest.cs (2)
22317Assert.IsType<ConstructedErrorTypeSymbol>(methodM.ReturnType); 22357Assert.IsType<ConstructedErrorTypeSymbol>(methodM.ReturnType);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
4916Assert.IsType<ConstructedErrorTypeSymbol>(constructedError);