5 writes to ff
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (5)
491
x.
ff
= DateTimeFormat.MaxSecondsFractionDigits;
501
dd = hh = mm = ss =
ff
= 0;
586
ff
++;
612
ff
= DateTimeFormat.MaxSecondsFractionDigits;
620
if (ff < 1 || ff > 7)
ff
= 7;
4 references to ff
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (4)
604
Debug.Assert(0 <
ff
&&
ff
< 8, "0 < ff && ff < 8, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
620
if (
ff
< 1 ||
ff
> 7) ff = 7;