Home
last modified time | relevance | path

Searched defs:attributeType (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Reflection/
H A DLegacyCustomAttributeApis.cs25 …public static Attribute GetCustomAttribute(Assembly element, Type attributeType) => CustomAttribut… in GetCustomAttribute()
28 …public static Attribute GetCustomAttribute(MemberInfo element, Type attributeType) => CustomAttrib… in GetCustomAttribute()
29 …public static Attribute GetCustomAttribute(MemberInfo element, Type attributeType, bool inherit) =… in GetCustomAttribute()
31 …public static Attribute GetCustomAttribute(Module element, Type attributeType) => CustomAttributeE… in GetCustomAttribute()
34 …public static Attribute GetCustomAttribute(ParameterInfo element, Type attributeType) => CustomAtt… in GetCustomAttribute()
57 …public static bool IsDefined(Assembly element, Type attributeType) => CustomAttributeExtensions.Is… in IsDefined()
60 …public static bool IsDefined(MemberInfo element, Type attributeType) => CustomAttributeExtensions.… in IsDefined()
61 …public static bool IsDefined(MemberInfo element, Type attributeType, bool inherit) => CustomAttrib… in IsDefined()
63 …public static bool IsDefined(Module element, Type attributeType) => CustomAttributeExtensions.IsDe… in IsDefined()
66 …public static bool IsDefined(ParameterInfo element, Type attributeType) => CustomAttributeExtensio… in IsDefined()
[all …]
H A DCustomAttributeExtensions.cs73 public static Attribute GetCustomAttribute(this Assembly element, Type attributeType) in GetCustomAttribute()
79 public static Attribute GetCustomAttribute(this Module element, Type attributeType) in GetCustomAttribute()
85 public static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType) in GetCustomAttribute()
97 public static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType) in GetCustomAttribute()
206 … public static IEnumerable<Attribute> GetCustomAttributes(this Module element, Type attributeType) in GetCustomAttributes()
280 public static bool IsDefined(this Assembly element, Type attributeType) in IsDefined()
286 public static bool IsDefined(this Module element, Type attributeType) in IsDefined()
292 public static bool IsDefined(this MemberInfo element, Type attributeType) in IsDefined()
298 public static bool IsDefined(this MemberInfo element, Type attributeType, bool inherit) in IsDefined()
304 public static bool IsDefined(this ParameterInfo element, Type attributeType) in IsDefined()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A DCustomAttributeExtensions.cs8 public static Attribute GetCustomAttribute(this Assembly element, Type attributeType) in GetCustomAttribute()
12 public static Attribute GetCustomAttribute(this Module element, Type attributeType) in GetCustomAttribute()
16 public static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType) in GetCustomAttribute()
20 public static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType) in GetCustomAttribute()
94 … public static IEnumerable<Attribute> GetCustomAttributes(this Module element, Type attributeType) in GetCustomAttributes()
144 public static bool IsDefined(this Assembly element, Type attributeType) in IsDefined()
148 public static bool IsDefined(this Module element, Type attributeType) in IsDefined()
152 public static bool IsDefined(this MemberInfo element, Type attributeType) in IsDefined()
156 public static bool IsDefined(this ParameterInfo element, Type attributeType) in IsDefined()
161 public static bool IsDefined(this MemberInfo element, Type attributeType, bool inherit) in IsDefined()
[all …]
H A Dicustomattributeprovider.cs27 Object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes()
35 bool IsDefined (Type attributeType, bool inherit); in IsDefined()
/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()
42 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
59 public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes()
67 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
92 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
117 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
142 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
167 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
192 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
217 public sealed override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dattribute.cs84 static bool InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit) in InternalIsDefined()
89 static bool InternalIsDefined (EventInfo element, Type attributeType, bool inherit) in InternalIsDefined()
600 public static bool IsDefined(MemberInfo element, Type attributeType) in IsDefined()
703 public static bool IsDefined(ParameterInfo element, Type attributeType) in IsDefined()
766 public static Attribute[] GetCustomAttributes(Module element, Type attributeType) in GetCustomAttributes()
800 public static bool IsDefined(Module element, Type attributeType) in IsDefined()
805 public static bool IsDefined(Module element, Type attributeType, bool inherit) in IsDefined()
821 public static Attribute GetCustomAttribute(Module element, Type attributeType) in GetCustomAttribute()
878 public static bool IsDefined (Assembly element, Type attributeType) in IsDefined()
883 public static bool IsDefined (Assembly element, Type attributeType, bool inherit) in IsDefined()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DMonoCustomAttrs.cs70 …bject[] GetCustomAttributesInternal (ICustomAttributeProvider obj, Type attributeType, bool pseudo… in GetCustomAttributesInternal()
72 …rnal static object[] GetPseudoCustomAttributes (ICustomAttributeProvider obj, Type attributeType) { in GetPseudoCustomAttributes()
122 …ic object[] GetCustomAttributesBase (ICustomAttributeProvider obj, Type attributeType, bool inheri… in GetCustomAttributesBase()
147 …internal static object[] GetCustomAttributes (ICustomAttributeProvider obj, Type attributeType, bo… in GetCustomAttributes()
307 internal static bool IsDefined (ICustomAttributeProvider obj, Type attributeType, bool inherit) in IsDefined()
425 private static AttributeUsageAttribute RetrieveAttributeUsageNoCache (Type attributeType) in RetrieveAttributeUsageNoCache()
464 static AttributeUsageAttribute RetrieveAttributeUsage (Type attributeType) in RetrieveAttributeUsage()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DTestCalculatorDataTypes.py18 def makePolyData(attributeType): argument
49 def makeGraph(attributeType): argument
103 def testCalculator(dataset, attributeType, attributeTypeForCalc=None): argument
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DTestCalculatorDataTypes.py18 def makePolyData(attributeType): argument
49 def makeGraph(attributeType): argument
103 def testCalculator(dataset, attributeType, attributeTypeForCalc=None): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeAttributeDeclaration.cs32 private CodeTypeReference attributeType; field in System.CodeDom.CodeAttributeDeclaration
62 … public CodeAttributeDeclaration(CodeTypeReference attributeType) : this ( attributeType, null) { in CodeAttributeDeclaration()
65 …public CodeAttributeDeclaration(CodeTypeReference attributeType, params CodeAttributeArgument[] ar… in CodeAttributeDeclaration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/TypeSystem/
H A DAttributeInfo.cs29 …internal static AttributeInfoAttribute CreateAttributeInfoAttribute(Type attributeType, string[] a… in CreateAttributeInfoAttribute()
48 private Type attributeType; field in System.Workflow.ComponentModel.Compiler.AttributeInfo
52 internal AttributeInfo(Type attributeType, string[] argumentNames, object[] argumentValues) in AttributeInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Windows/
H A DAttachedPropertyBrowsableWhenAttributePresentAttribute.cs33 Type attributeType; field in System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
35 public AttachedPropertyBrowsableWhenAttributePresentAttribute (Type attributeType) in AttachedPropertyBrowsableWhenAttributePresentAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DICustomAttributeProvider.cs10 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes()
11 bool IsDefined(Type attributeType, bool inherit); in IsDefined()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DICustomAttributeProvider.cs10 object[] GetCustomAttributes(Type attributeType, bool inherit); in GetCustomAttributes()
11 bool IsDefined(Type attributeType, bool inherit); in IsDefined()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Validation/Providers/
H A DDataAnnotationsModelValidatorProvider.cs80 public void RegisterAdapter(Type attributeType, Type adapterType) in RegisterAdapter()
89 …public void RegisterAdapterFactory(Type attributeType, DataAnnotationsModelValidationFactory facto… in RegisterAdapterFactory()
114 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) in GetAttributeAdapterConstructor()
138 private static void ValidateAttributeType(Type attributeType) in ValidateAttributeType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DContractMethodParameterInfo.cs69 public override object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes()
84 public override bool IsDefined(Type attributeType, bool inherit) in IsDefined()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeCustomAttribute.cs32 public static CodeCustomAttribute Create (Type attributeType) in Create()
37 …public static CodeCustomAttribute Create (Type attributeType, Type [] ctorArgTypes, object [] ctor… in Create()
59 …public static CodeCustomAttribute Create (Type attributeType, Type [] ctorArgTypes, CodeLiteral []… in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/ModelBinding/
H A DDataAnnotationsModelValidatorProvider.cs120 public static void RegisterAdapter(Type attributeType, Type adapterType) { in RegisterAdapter()
136 …public static void RegisterAdapterFactory(Type attributeType, DataAnnotationsModelValidationFactor… in RegisterAdapterFactory()
166 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType… in GetAttributeAdapterConstructor()
202 private static void ValidateAttributeType(Type attributeType) { in ValidateAttributeType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DDataAnnotationsModelValidatorProvider.cs111 public static void RegisterAdapter(Type attributeType, Type adapterType) { in RegisterAdapter()
126 …public static void RegisterAdapterFactory(Type attributeType, DataAnnotationsModelValidationFactor… in RegisterAdapterFactory()
155 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType… in GetAttributeAdapterConstructor()
191 private static void ValidateAttributeType(Type attributeType) { in ValidateAttributeType()
H A DParameterDescriptor.cs37 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) { in GetCustomAttributes()
45 public virtual bool IsDefined(Type attributeType, bool inherit) { in IsDefined()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DDataAnnotationsModelValidatorProvider.cs120 public static void RegisterAdapter(Type attributeType, Type adapterType) in RegisterAdapter()
138 …public static void RegisterAdapterFactory(Type attributeType, DataAnnotationsModelValidationFactor… in RegisterAdapterFactory()
172 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) in GetAttributeAdapterConstructor()
209 private static void ValidateAttributeType(Type attributeType) in ValidateAttributeType()
H A DParameterDescriptor.cs32 public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) in GetCustomAttributes()
42 public virtual bool IsDefined(Type attributeType, bool inherit) in IsDefined()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkDataSetAttributes.cxx69 int attributeType; in vtkDataSetAttributes() local
142 int attributeType, i; in DeepCopy() local
190 int attributeType, i; in ShallowCopy() local
230 int attributeType; in InitializeFields() local
258 int attributeType; in Initialize() local
315 int attributeType, j; in ComputeRequiredArrays() local
404 int attributeType; //will change// in PassData() local
732 int attributeType; in InternalCopyAllocate() local
816 int attributeType; in RemoveArray() local
1046 int attributeType) in SetActiveAttribute()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkMaskFields.cxx99 void vtkMaskFields::CopyAttributeOnOff(int attributeLocation, int attributeType, int onOff) in CopyAttributeOnOff()
154 int vtkMaskFields::GetAttributeType(const char* attributeType) in GetAttributeType()
176 void vtkMaskFields::CopyAttributeOn(const char* attributeLoc, const char* attributeType) in CopyAttributeOn()
202 void vtkMaskFields::CopyAttributeOff(const char* attributeLoc, const char* attributeType) in CopyAttributeOff()
314 int vtkMaskFields::FindFlag(int attributeType, int loc) in FindFlag()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkMaskFields.cxx102 int attributeType, int onOff) in CopyAttributeOnOff()
157 int vtkMaskFields::GetAttributeType(const char* attributeType) in GetAttributeType()
180 const char* attributeType) in CopyAttributeOn()
208 const char* attributeType) in CopyAttributeOff()
325 int vtkMaskFields::FindFlag(int attributeType, int loc) in FindFlag()

12345678910>>...29