Searched refs:PolymorphicName (Results 1 – 4 of 4) sorted by relevance
891 string sType = ((PolymorphicType) cobj.Args[1].Type).PolymorphicName; in testS1()893 sType = ((PolymorphicType) cobj.Args[2].Type).PolymorphicName; in testS1()895 sType = ((PolymorphicType) cobj.Args[3].Type).PolymorphicName; in testS1()897 sType = ((PolymorphicType) cobj.Args[4].Type).PolymorphicName; in testS1()899 sType = ((PolymorphicType) cobj.Args[5].Type).PolymorphicName; in testS1()901 sType = ((PolymorphicType) cobj.Args[6].Type).PolymorphicName; in testS1()903 sType = ((PolymorphicType) cobj.Args[7].Type).PolymorphicName; in testS1()905 sType = ((PolymorphicType) cobj.Args[8].Type).PolymorphicName; in testS1()907 sType = ((PolymorphicType) cobj.Args[9].Type).PolymorphicName; in testS1()909 sType = ((PolymorphicType) cobj.Args[10].Type).PolymorphicName; in testS1()[all …]
151 public string PolymorphicName property in uno.PolymorphicType
446 usTypeName = mapCliTypeName( poly->PolymorphicName); in mapCliType()
2149 ::System::String * sName = ::System::String::Concat(pt->PolymorphicName, S"[]"); in get_type()