10 references to DefaultMemberAttribute
mscorlib (1)
system\rttype.cs (1)
1786
Type DefaultMemberAttrType = typeof(
DefaultMemberAttribute
);
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
3599
object[] attrs = targetType.GetCustomAttributes(typeof(
DefaultMemberAttribute
), true);
3603
DefaultMemberAttribute
[] defaultMemberAttrs = (
DefaultMemberAttribute
[])attrs;
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (3)
465
DefaultMemberAttribute
attr = null;
469
object[] attrs = GetCustomAttributes(typeof(
DefaultMemberAttribute
), false);
471
attr = attrs[0] as
DefaultMemberAttribute
;
System.WorkflowServices (3)
System\Workflow\Activities\ContractType.cs (3)
239
DefaultMemberAttribute
attr = null;
243
object[] attrs = GetCustomAttributes(typeof(
DefaultMemberAttribute
), false);
246
attr = attrs[0] as
DefaultMemberAttribute
;