2 types derived from SubstitutedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
658internal sealed class ConstructedErrorTypeSymbol : SubstitutedErrorTypeSymbol 703internal sealed class SubstitutedNestedErrorTypeSymbol : SubstitutedErrorTypeSymbol
1 reference to SubstitutedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedMethodSymbol.cs (1)
43Debug.Assert(containingSymbol is SubstitutedNamedTypeSymbol || containingSymbol is SubstitutedErrorTypeSymbol);