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