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