Home
last modified time | relevance | path

Searched refs:DerivedAttribute (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/SampleMetadataAssembly/
H A DSampleMetadata.cs943 public class DerivedAttribute : MidAttribute class
945 public DerivedAttribute(String s) in DerivedAttribute() method in SampleMetadataEx.DerivedAttribute
1034 [DerivedAttribute("[Derived]SearchType.Field")]
1042 [DerivedAttribute("[Derived]B")]
1069 [DerivedAttribute("[Derived]M")]
1079 [DerivedAttribute("[Derived]D")]
1098 [DerivedAttribute("[Derived]ID")]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-761-lib.cs5 public class DerivedAttribute : BaseAttribute {} class
H A Dtest-762.cs13 public class DerivedAttribute : Attribute { class
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/src/Simple/Reflection/
H A DReflection.cs355 class DerivedAttribute : BaseAttribute { } class in ReflectionTest.TestAttributeInheritance
364 DerivedAttribute attr = typeof(TestType).GetCustomAttribute<DerivedAttribute>(); in Run()