internal override NamedTypeSymbol GetEffectiveBaseClass( ConsList <TypeParameterSymbol> inProgress ) { var type = _sourceTypeParameter.GetEffectiveBaseClass(inProgress); return(this.TypeMap.SubstituteNamedType(type)); }
internal override NamedTypeSymbol GetEffectiveBaseClass(ConsList <TypeParameterSymbol> inProgress) { return(this.RetargetingTranslator.Retarget(_underlyingTypeParameter.GetEffectiveBaseClass(inProgress), RetargetOptions.RetargetPrimitiveTypesByTypeCode)); }