5 writes to hh
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (5)
488
x.
hh
= 2;
501
dd =
hh
= mm = ss = ff = 0;
561
hh
++;
609
hh
= 2;
617
if (hh < 1 || hh > 2)
hh
= 2;
4 references to hh
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (4)
601
Debug.Assert(0 <
hh
&&
hh
< 3, "0 < hh && hh < 3, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
617
if (
hh
< 1 ||
hh
> 2) hh = 2;