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