5 writes to hh
mscorlib (5)
system\globalization\timespanformat.cs (5)
344
x.
hh
= 2;
360
hh
= 0;
417
hh
++;
462
hh
= 2;
469
if (hh < 1 || hh > 2)
hh
= 2;
5 references to hh
mscorlib (5)
system\globalization\timespanformat.cs (5)
108
sb.Append(IntToString(hours, literal.
hh
)); // hh
455
Contract.Assert(0 <
hh
&&
hh
< 3, "0 < hh && hh < 3, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
469
if (
hh
< 1 ||
hh
> 2) hh = 2;