3 writes to type
mscorlib (3)
system\globalization\datetimeparse.cs (3)
4838sub.type = currentType; 4850sub.type = DTSubStringType.Invalid; 4865sub.type = DTSubStringType.End;
3 references to type
mscorlib (3)
system\globalization\datetimeparse.cs (3)
522if (sub.type != DTSubStringType.Number) { 537if (sub.type != DTSubStringType.Number || sub.length < 1 || sub.length > 2) { 4841if (sub.type != currentType) {