1 write to signature
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
2698this.signature = signature;
6 references to signature
System.Workflow.Activities (6)
Rules\RuleValidation.cs (6)
2740System.Diagnostics.Debug.Assert(arguments.Count == this.signature.Count); 2741System.Diagnostics.Debug.Assert(arguments.Count == other.signature.Count); 2791CandidateParameter thisParam = this.signature[p]; 2792CandidateParameter otherParam = other.signature[p]; 2830CandidateParameter thisParam = this.signature[p]; 2831CandidateParameter otherParam = other.signature[p];