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