6 references to InternalSubstituteTypeParameters
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\ArrayTypeSymbol.vb (1)
517Dim newElementType As TypeWithModifiers = oldElementType.InternalSubstituteTypeParameters(substitution)
Symbols\MethodSignatureComparer.vb (1)
830Return typeSymbol.InternalSubstituteTypeParameters(typeSubstitution)
Symbols\TypeSubstitution.vb (2)
768Dim newValue As TypeWithModifiers = oldPairs(i).Value.InternalSubstituteTypeParameters(additionalSubstitution) 863Return New TypeWithModifiers(type, customModifiers).InternalSubstituteTypeParameters(Me).CustomModifiers
Utilities\TypeUnification.vb (2)
77t1 = t1.InternalSubstituteTypeParameters(substitution) 78t2 = t2.InternalSubstituteTypeParameters(substitution)