2 writes to pos
System.Web.Extensions (2)
UI\WebControls\Dynamic.cs (2)
884
token.
pos
= op.pos;
1992
token.
pos
= tokenPos;
20 references to pos
System.Web.Extensions (20)
UI\WebControls\Dynamic.cs (20)
682
int exprPos = token.
pos
;
715
int errorPos = token.
pos
;
735
CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.
pos
);
748
CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.
pos
);
775
throw IncompatibleOperandsError(op.text, left, right, op.
pos
);
789
throw IncompatibleOperandsError(op.text, left, right, op.
pos
);
795
op.text, ref left, ref right, op.
pos
);
835
CheckAndPromoteOperands(typeof(IAddSignatures), op.text, ref left, ref right, op.
pos
);
839
CheckAndPromoteOperands(typeof(ISubtractSignatures), op.text, ref left, ref right, op.
pos
);
858
CheckAndPromoteOperands(typeof(IArithmeticSignatures), op.text, ref left, ref right, op.
pos
);
884
token.pos = op.
pos
;
889
CheckAndPromoteOperand(typeof(INegationSignatures), op.text, ref expr, op.
pos
);
893
CheckAndPromoteOperand(typeof(INotSignatures), op.text, ref expr, op.
pos
);
1050
int errorPos = token.
pos
;
1088
int exprPos = token.
pos
;
1116
int errorPos = token.
pos
;
1126
int errorPos = token.
pos
;
1173
int errorPos = token.
pos
;
1273
int errorPos = token.
pos
;
2048
return ParseError(token.
pos
, format, args);