6 references to CheckAndPromoteOperands
System.Web.Extensions (6)
UI\WebControls\Dynamic.cs (6)
735CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.pos); 748CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.pos); 794CheckAndPromoteOperands(isEquality ? typeof(IEqualitySignatures) : typeof(IRelationalSignatures), 835CheckAndPromoteOperands(typeof(IAddSignatures), op.text, ref left, ref right, op.pos); 839CheckAndPromoteOperands(typeof(ISubtractSignatures), op.text, ref left, ref right, op.pos); 858CheckAndPromoteOperands(typeof(IArithmeticSignatures), op.text, ref left, ref right, op.pos);