Home
last modified time | relevance | path

Searched defs:GetCustomAttributes (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Reflection/
H A DLegacyCustomAttributeApis.cs39 …public static Attribute[] GetCustomAttributes(Assembly element, Type attributeType) => CustomAttri… in GetCustomAttributes() method in System.Attribute
43 …public static Attribute[] GetCustomAttributes(MemberInfo element, bool inherit) => CustomAttribute… in GetCustomAttributes() method in System.Attribute
44 …public static Attribute[] GetCustomAttributes(MemberInfo element, Type type) => CustomAttributeExt… in GetCustomAttributes() method in System.Attribute
45 …public static Attribute[] GetCustomAttributes(MemberInfo element, Type type, bool inherit) => Cust… in GetCustomAttributes() method in System.Attribute
49 …public static Attribute[] GetCustomAttributes(Module element, Type attributeType) => CustomAttribu… in GetCustomAttributes() method in System.Attribute
53 …public static Attribute[] GetCustomAttributes(ParameterInfo element, bool inherit) => CustomAttrib… in GetCustomAttributes() method in System.Attribute
54 …public static Attribute[] GetCustomAttributes(ParameterInfo element, Type attributeType) => Custom… in GetCustomAttributes() method in System.Attribute
75 public static IList<CustomAttributeData> GetCustomAttributes(Assembly target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
83 public static IList<CustomAttributeData> GetCustomAttributes(MemberInfo target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
91 public static IList<CustomAttributeData> GetCustomAttributes(Module target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
[all …]
H A DCustomAttributeExtensions.cs159 public static IEnumerable<Attribute> GetCustomAttributes(this Assembly element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
165 public static IEnumerable<Attribute> GetCustomAttributes(this Module element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
171 public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
177 … public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, bool inherit) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
183 public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
189 … public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element, bool inherit) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
200 …public static IEnumerable<Attribute> GetCustomAttributes(this Assembly element, Type attributeType) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
206 … public static IEnumerable<Attribute> GetCustomAttributes(this Module element, Type attributeType) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
212 …public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, Type attributeTy… in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
218 …public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, Type attributeTy… in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A DCustomAttributeExtensions.cs62 public static IEnumerable<Attribute> GetCustomAttributes(this Assembly element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
66 public static IEnumerable<Attribute> GetCustomAttributes(this Module element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
70 public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
74 public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
79 … public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, bool inherit) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
83 … public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element, bool inherit) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
90 …public static IEnumerable<Attribute> GetCustomAttributes(this Assembly element, Type attributeType) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
94 … public static IEnumerable<Attribute> GetCustomAttributes(this Module element, Type attributeType) in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
98 …public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo element, Type attributeTy… in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
102 …public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo element, Type attribut… in GetCustomAttributes() method in System.Reflection.CustomAttributeExtensions
[all …]
H A Dicustomattributeprovider.cs27 Object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes() method
31 Object[] GetCustomAttributes(bool inherit); in GetCustomAttributes() method
H A Dcustomattribute.cs31 public static IList<CustomAttributeData> GetCustomAttributes(MemberInfo target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
39 public static IList<CustomAttributeData> GetCustomAttributes(Module target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
48 public static IList<CustomAttributeData> GetCustomAttributes(Assembly target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
57 public static IList<CustomAttributeData> GetCustomAttributes(ParameterInfo target) in GetCustomAttributes() method in System.Reflection.CustomAttributeData
1478 … internal static Object[] GetCustomAttributes(RuntimeConstructorInfo ctor, RuntimeType caType) in GetCustomAttributes() method in System.Reflection.CustomAttribute
1510 internal static Object[] GetCustomAttributes(RuntimeEventInfo e, RuntimeType caType) in GetCustomAttributes() method in System.Reflection.CustomAttribute
1528 internal static Object[] GetCustomAttributes(RuntimeFieldInfo field, RuntimeType caType) in GetCustomAttributes() method in System.Reflection.CustomAttribute
1554 internal static Object[] GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) in GetCustomAttributes() method in System.Reflection.CustomAttribute
1569 internal static Object[] GetCustomAttributes(RuntimeModule module, RuntimeType caType) in GetCustomAttributes() method in System.Reflection.CustomAttribute
1646 private unsafe static object[] GetCustomAttributes( in GetCustomAttributes() method in System.Reflection.CustomAttribute
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dattribute.cs546 public static Attribute[] GetCustomAttributes(MemberInfo element, Type type) in GetCustomAttributes() method in System.Attribute
576 public static Attribute[] GetCustomAttributes(MemberInfo element) in GetCustomAttributes() method in System.Attribute
581 public static Attribute[] GetCustomAttributes(MemberInfo element, bool inherit) in GetCustomAttributes() method in System.Attribute
653 public static Attribute[] GetCustomAttributes(ParameterInfo element) in GetCustomAttributes() method in System.Attribute
686 public static Attribute[] GetCustomAttributes(ParameterInfo element, bool inherit) in GetCustomAttributes() method in System.Attribute
766 public static Attribute[] GetCustomAttributes(Module element, Type attributeType) in GetCustomAttributes() method in System.Attribute
771 public static Attribute[] GetCustomAttributes(Module element) in GetCustomAttributes() method in System.Attribute
776 public static Attribute[] GetCustomAttributes(Module element, bool inherit) in GetCustomAttributes() method in System.Attribute
844 public static Attribute[] GetCustomAttributes(Assembly element, Type attributeType) in GetCustomAttributes() method in System.Attribute
864 public static Attribute[] GetCustomAttributes(Assembly element) in GetCustomAttributes() method in System.Attribute
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DLegacyCustomAttributeApis.cs34 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.Assemblies.RuntimeAssembly
59 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.MethodInfos.RuntimeConstructorInfo
84 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.EventInfos.RuntimeEventInfo
109 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.FieldInfos.RuntimeFieldInfo
134 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.MethodInfos.RuntimeMethodInfo
159 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.Modules.RuntimeModule
184 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.ParameterInfos.RuntimeParameterInfo
209 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.PropertyInfos.RuntimePropertyInfo
234 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Reflection.Runtime.TypeInfos.RuntimeTypeInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.AttributedModel/src/System/Composition/Convention/
H A DAttributedModelProvider.cs21 …public abstract IEnumerable<Attribute> GetCustomAttributes(System.Type reflectedType, MemberInfo m… in GetCustomAttributes() method in System.Composition.Convention.AttributedModelProvider
28 …public abstract IEnumerable<Attribute> GetCustomAttributes(System.Type reflectedType, ParameterInf… in GetCustomAttributes() method in System.Composition.Convention.AttributedModelProvider
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/TypedParts/Util/
H A DDirectAttributeContext.cs14 …public override IEnumerable<Attribute> GetCustomAttributes(Type reflectedType, Reflection.MemberIn… in GetCustomAttributes() method in System.Composition.TypedParts.Util.DirectAttributeContext
28 …public override IEnumerable<Attribute> GetCustomAttributes(Type reflectedType, Reflection.Paramete… in GetCustomAttributes() method in System.Composition.TypedParts.Util.DirectAttributeContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DCustomAttributeData.cs114 public static IList<CustomAttributeData> GetCustomAttributes (Assembly target) { in GetCustomAttributes() method in System.Reflection.CustomAttributeData
118 public static IList<CustomAttributeData> GetCustomAttributes (MemberInfo target) { in GetCustomAttributes() method in System.Reflection.CustomAttributeData
126 public static IList<CustomAttributeData> GetCustomAttributes (Module target) { in GetCustomAttributes() method in System.Reflection.CustomAttributeData
130 public static IList<CustomAttributeData> GetCustomAttributes (ParameterInfo target) { in GetCustomAttributes() method in System.Reflection.CustomAttributeData
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DICustomAttributeProvider.cs9 object[] GetCustomAttributes(bool inherit); in GetCustomAttributes() method
10 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DICustomAttributeProvider.cs9 object[] GetCustomAttributes(bool inherit); in GetCustomAttributes() method
10 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DContractMethodParameterInfo.cs64 public override object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Workflow.Activities.ContractMethodParameterInfo
69 public override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Workflow.Activities.ContractMethodParameterInfo
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/Services/
H A DMethod.cs130 public object[] GetCustomAttributes(Type attributeType) in GetCustomAttributes() method in Jayrock.Services.Method
135 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Jayrock.Services.Method
140 public object[] GetCustomAttributes() in GetCustomAttributes() method in Jayrock.Services.Method
145 public object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in Jayrock.Services.Method
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DParameterDescriptor.cs33 public virtual object[] GetCustomAttributes(bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ParameterDescriptor
37 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ParameterDescriptor
H A DReflectedParameterDescriptor.cs65 public override object[] GetCustomAttributes(bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ReflectedParameterDescriptor
69 public override object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ReflectedParameterDescriptor
H A DControllerDescriptor.cs46 public virtual object[] GetCustomAttributes(bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ControllerDescriptor
50 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ControllerDescriptor
H A DReflectedControllerDescriptor.cs59 public override object[] GetCustomAttributes(bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ReflectedControllerDescriptor
63 public override object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.ReflectedControllerDescriptor
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DParameterDescriptor.cs27 public virtual object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ParameterDescriptor
32 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ParameterDescriptor
H A DReflectedParameterDescriptor.cs66 public override object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ReflectedParameterDescriptor
71 public override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ReflectedParameterDescriptor
H A DControllerDescriptor.cs50 public virtual object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ControllerDescriptor
55 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ControllerDescriptor
H A DActionDescriptorHelper.cs22 public static object[] GetCustomAttributes(MemberInfo methodInfo, bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ActionDescriptorHelper
27 …public static object[] GetCustomAttributes(MemberInfo methodInfo, Type attributeType, bool inherit) in GetCustomAttributes() method in System.Web.Mvc.ActionDescriptorHelper
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/
H A DRuleDependencyChecker.cs465 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes() method
497 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.TypeCustomAttributeProvider
512 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.MethodBaseCustomAttributeProvider
527 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.ParameterInfoCustomAttributeProvider
542 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.FieldInfoCustomAttributeProvider
1069 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes() method
1101 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.TypeCustomAttributeProvider
1116 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.MethodBaseCustomAttributeProvider
1131 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.ParameterInfoCustomAttributeProvider
1146 public object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in Antlr4.Runtime.Misc.RuleDependencyChecker.FieldInfoCustomAttributeProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Async/
H A DReflectedAsyncControllerDescriptor.cs48 public override object[] GetCustomAttributes(bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor
52 public override object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes() method in System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/TypeSystem/
H A DMethodInfo.cs112 public override object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Workflow.ComponentModel.Compiler.DesignTimeConstructorInfo
116 public override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Workflow.ComponentModel.Compiler.DesignTimeConstructorInfo
273 public override object[] GetCustomAttributes(bool inherit) in GetCustomAttributes() method in System.Workflow.ComponentModel.Compiler.DesignTimeMethodInfo
277 public override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes() method in System.Workflow.ComponentModel.Compiler.DesignTimeMethodInfo

12345678910>>...18