5 writes to dd
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (5)
487
x.
dd
= 2;
501
dd
= hh = mm = ss = ff = 0;
553
dd
++;
608
dd
= 2;
616
if (dd < 1 || dd > 2)
dd
= 2; // The DTFI property has a problem. let's try to make the best of the situation.
4 references to dd
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (4)
600
Debug.Assert(0 <
dd
&&
dd
< 3, "0 < dd && dd < 3, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
616
if (
dd
< 1 ||
dd
> 2) dd = 2; // The DTFI property has a problem. let's try to make the best of the situation.