4 writes to num
mscorlib (4)
system\globalization\timespanparse.cs (4)
126
num
= number;
133
num
= number;
188
tok.
num
= 0;
195
tok.
num
= tok.num * 10 + ch - '0';
13 references to num
mscorlib (13)
system\globalization\timespanparse.cs (13)
140
Contract.Assert(
num
> -1);
144
if (
num
> maxValue)
150
if (
num
== 0 || zeroes == 0)
154
return (
num
>= (maxValue/(long)Math.Pow(10, zeroes-1)));
191
if ((tok.
num
& 0xF0000000) != 0) {
195
tok.num = tok.
num
* 10 + ch - '0';
196
if (tok.
num
== 0) tok.zeroes++;
197
if (tok.
num
< 0) {
515
Int64 ticks = ((Int64)days.
num
* 3600 * 24 + (Int64)hours.
num
* 3600 + (Int64)minutes.
num
* 60 + seconds.
num
) * 1000;
529
long f = fraction.
num
;