3 writes to numCount
mscorlib (3)
system\globalization\datetimeparse.cs (3)
2187
raw.
numCount
= 0;
2270
raw.
numCount
= 0;
4947
num[
numCount
++] = value;
4 references to numCount
mscorlib (4)
system\globalization\datetimeparse.cs (4)
633
if (raw.
numCount
== 3 || tokenValue == -1) {
1949
Contract.Assert(raw.
numCount
>= 2, "raw.numCount >= 2");
1969
Contract.Assert(raw.
numCount
>= 3, "raw.numCount >= 3");
1982
if (raw.
numCount
!= 1 || result.Day != -1)