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