7 references to SubstitutedErrorType
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\InstanceErrorTypeSymbol.vb (3)
51Return New SubstitutedErrorType(Me.ContainingSymbol, Me, substitution) 86Return New SubstitutedErrorType(container, Me, substitution) 100Return New SubstitutedErrorType(newContainer, Me, substitution)
Symbols\SubstitutedErrorType.vb (4)
87Return New SubstitutedErrorType(Me.ContainingSymbol, _fullInstanceType, substitution) 175Return New SubstitutedErrorType(container, _fullInstanceType, substitution) 190Return New SubstitutedErrorType(newContainer, _fullInstanceType, newSubstitution) 209Return New SubstitutedErrorType(_container, _fullInstanceType, TypeSubstitution.Concat(_fullInstanceType, _substitution.Parent, substitution))