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