7 instantiations of SubstitutedErrorType
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\InstanceErrorTypeSymbol.vb (3)
51
Return New
SubstitutedErrorType
(Me.ContainingSymbol, Me, substitution)
86
Return New
SubstitutedErrorType
(container, Me, substitution)
100
Return New
SubstitutedErrorType
(newContainer, Me, substitution)
Symbols\SubstitutedErrorType.vb (4)
87
Return New
SubstitutedErrorType
(Me.ContainingSymbol, _fullInstanceType, substitution)
175
Return New
SubstitutedErrorType
(container, _fullInstanceType, substitution)
190
Return New
SubstitutedErrorType
(newContainer, _fullInstanceType, newSubstitution)
209
Return New
SubstitutedErrorType
(_container, _fullInstanceType, TypeSubstitution.Concat(_fullInstanceType, _substitution.Parent, substitution))
2 references to SubstitutedErrorType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\InstanceErrorTypeSymbol.vb (1)
173
Debug.Assert(TypeOf other Is
SubstitutedErrorType
)
Symbols\Tuples\TupleTypeSymbol.vb (1)
351
TypeOf underlyingType Is
SubstitutedErrorType
) ' Required to ensure symmetrical equality