Lines Matching refs: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()
1161 … l.assure(typeof(unoidl.test.cliure.climaker.Struct1).GetCustomAttributes(false).Length == 0); in testPolyStructAttributes()
1163 arAttr = typeStruct.GetField("member1").GetCustomAttributes(false); in testPolyStructAttributes()