5 writes to ff
mscorlib (5)
system\globalization\timespanformat.cs (5)
347
x.
ff
= DateTimeFormat.MaxSecondsFractionDigits;
363
ff
= 0;
442
ff
++;
465
ff
= DateTimeFormat.MaxSecondsFractionDigits;
472
if (ff < 1 || ff > 7)
ff
= 7;
7 references to ff
mscorlib (7)
system\globalization\timespanformat.cs (7)
97
fraction = (int)((long)fraction / (long)Math.Pow(10, DateTimeFormat.MaxSecondsFractionDigits - literal.
ff
));
114
int effectiveDigits = literal.
ff
;
131
sb.Append(IntToString(fraction, literal.
ff
)); // [fffffff]
458
Contract.Assert(0 <
ff
&&
ff
< 8, "0 < ff && ff < 8, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
472
if (
ff
< 1 ||
ff
> 7) ff = 7;