Home
last modified time | relevance | path

Searched refs:IgnoreDataMemberAttribute (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DIgnoreDataMemberAttribute.cs9 public sealed class IgnoreDataMemberAttribute : Attribute class
11 public IgnoreDataMemberAttribute() in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DIgnoreDataMemberAttribute.cs8 public sealed class IgnoreDataMemberAttribute : Attribute class
10 public IgnoreDataMemberAttribute() in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Primitives/src/System/Runtime/Serialization/
H A DIgnoreDataMemberAttribute.cs10 public sealed class IgnoreDataMemberAttribute : Attribute class
12 public IgnoreDataMemberAttribute() in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Primitives/ref/
H A DSystem.Runtime.Serialization.Primitives.cs71 public sealed partial class IgnoreDataMemberAttribute : System.Attribute class
73 public IgnoreDataMemberAttribute() { } in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DPocoDataContractSerializationAttributesClass.cs36 public string IgnoreDataMemberAttribute { get; set; } property in Newtonsoft.Json.Tests.TestObjects.PocoDataContractSerializationAttributesClass
H A DDataContractSerializationAttributesClass.cs37 public string IgnoreDataMemberAttribute { get; set; } property in Newtonsoft.Json.Tests.TestObjects.DataContractSerializationAttributesClass
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Query/
H A DQueryValidator.cs85 || HasAttribute<IgnoreDataMemberAttribute>(attributes) in IsVisible()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/ServiceModel/Activities/Presentation/
H A DTypeToTreeConverter.cs90 … (member.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false).Length == 0)) in IValueConverter.Convert()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs21 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs21 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs21 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs20 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs21 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs23 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs23 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/
H A DTypeUtility.cs91 if (pd.Attributes[typeof(IgnoreDataMemberAttribute)] != null) in IsDataMember()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs23 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Runtime.Serialization.Primitives/
H A DTypeForwarders.cs31 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs25 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs25 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Runtime.Serialization.Primitives.cs25 …rServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/
H A DComparisonHelper.cs434 … if (property.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false).Length == 0) in CompareProperties()
547 …if ((!field.IsInitOnly) && (field.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false).Le… in CompareFields()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/
H A DReferenceSource.common.sources32 …erencesource/System.Runtime.Serialization/System/Runtime/Serialization/IgnoreDataMemberAttribute.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Runtime.Serialization.cs159 public sealed partial class IgnoreDataMemberAttribute : System.Attribute class
161 public IgnoreDataMemberAttribute() { } in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Runtime.Serialization.cs171 public sealed partial class IgnoreDataMemberAttribute : System.Attribute class
173 public IgnoreDataMemberAttribute() { } in IgnoreDataMemberAttribute() method in System.Runtime.Serialization.IgnoreDataMemberAttribute

12