3 references to BetterSignedConversion
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
2605if (BetterSignedConversion(this.type, otherParam.type)) 2607if (BetterSignedConversion(otherParam.type, this.type)) 2669return BetterSignedConversion(t1, t2);