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