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