9 instantiations of IgnoreDataMemberAttribute
System.Activities (9)
System\Activities\ActivityWithResult.cs (1)
24[IgnoreDataMember] // this member is repeated by all subclasses, which we control
System\Activities\Argument.cs (1)
68[IgnoreDataMember] // this member is repeated by all subclasses, which we control
System\Activities\AsyncCodeActivity.cs (2)
37[IgnoreDataMember] 322[IgnoreDataMember]
System\Activities\CodeActivity.cs (2)
35[IgnoreDataMember] 133[IgnoreDataMember]
System\Activities\NativeActivity.cs (2)
37[IgnoreDataMember] 224[IgnoreDataMember]
System\Activities\Variable.cs (1)
65[IgnoreDataMember] // this member is repeated by all subclasses, which we control
3 references to IgnoreDataMemberAttribute
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\TypeToTreeConverter.cs (1)
90(member.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false).Length == 0))
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
786private static readonly ConstructorInfo s_IgnoreDataMemberAttributeConstructor = typeof(IgnoreDataMemberAttribute).GetConstructor(Type.EmptyTypes);
System.Runtime.Serialization (1)
System\Runtime\Serialization\ClassDataContract.cs (1)
935object[] memberAttributes = member.GetCustomAttributes(typeof(IgnoreDataMemberAttribute), false);