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