3 references to InternalSubstituteTypeParametersDistinct
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\ReducedExtensionMethodSymbol.vb (1)
730types = InternalSubstituteTypeParametersDistinct(substitution, types)
Symbols\SubstitutedTypeParameterSymbol.vb (1)
97Return InternalSubstituteTypeParametersDistinct(TypeSubstitution, _originalDefinition.ConstraintTypesNoUseSiteDiagnostics)
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
72Dim constraints = InternalSubstituteTypeParametersDistinct(TypeMap, _correspondingMethodTypeParameter.ConstraintTypesNoUseSiteDiagnostics)