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