5 writes to dd
mscorlib (5)
system\globalization\timespanformat.cs (5)
343
x.
dd
= 2;
359
dd
= 0;
409
dd
++;
461
dd
= 2;
468
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
mscorlib (4)
system\globalization\timespanformat.cs (4)
454
Contract.Assert(0 <
dd
&&
dd
< 3, "0 < dd && dd < 3, Bug in System.Globalization.DateTimeFormatInfo.FullTimeSpan[Positive|Negative]Pattern");
468
if (
dd
< 1 ||
dd
> 2) dd = 2; // The DTFI property has a problem. let's try to make the best of the situation.