1 write to Member
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
2696this.Member = member;
8 references to Member
System.Workflow.Activities (8)
Rules\RuleValidation.cs (8)
2722Type thisDeclaringType = this.Member.DeclaringType; 2723Type otherDeclaringType = other.Member.DeclaringType; 2749ExtensionMethodInfo thisExtension = this.Member as ExtensionMethodInfo; 2750ExtensionMethodInfo otherExtension = other.Member as ExtensionMethodInfo; 3146return (result != null) ? (MethodInfo)result.Member : null; 3187return new RuleConstructorExpressionInfo((ConstructorInfo)bestCandidate.Member, bestCandidate.IsExpanded); 3229MethodInfo theMethod = (MethodInfo)bestCandidate.Member; 3585PropertyInfo pi = (PropertyInfo)bestCandidate.Member;