4 references to InternalSubstituteTypeParameters
Microsoft.CodeAnalysis.VisualBasic (4)
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