Searched refs:GetCustomAttributes (Results 1 – 2 of 2) sorted by relevance
257 public override object[] GetCustomAttributes( in GetCustomAttributes() method in uno.PolymorphicType260 return m_base.GetCustomAttributes(inherit); in GetCustomAttributes()263 public override object[] GetCustomAttributes( in GetCustomAttributes() method in uno.PolymorphicType267 return m_base.GetCustomAttributes(attributeType, inherit); in GetCustomAttributes()
1052 object[] arAttr = typeXTest.GetMethod("testOneway").GetCustomAttributes(false); in testAttributes()1059 arAttr = typeXTest.GetMethod("testExceptions").GetCustomAttributes(false); in testAttributes()1075 arAttr = typeXTest.GetMethod("test").GetCustomAttributes(false); in testAttributes()1080 arAttr = typeS1.GetMethod("create3").GetCustomAttributes(false); in testAttributes()1098 arAttr = typeS1.GetMethod("create1").GetCustomAttributes(false); in testAttributes()1102 arAttr = typeXTest.GetProperty("A3").GetGetMethod().GetCustomAttributes(false); in testAttributes()1117 arAttr = typeXTest.GetProperty("A3").GetSetMethod().GetCustomAttributes(false); in testAttributes()1130 l.assure(typeXTest.GetProperty("A1").GetGetMethod().GetCustomAttributes(false).Length == 0); in testAttributes()1131 l.assure(typeXTest.GetProperty("A1").GetSetMethod().GetCustomAttributes(false).Length == 0); in testAttributes()1148 object[] arAttr = typeStruct.GetCustomAttributes(false); in testPolyStructAttributes()[all …]