5 references to MonthDatesep
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (5)
994
dtok.dtt = DTT.
MonthDatesep
;
1006
dtok.dtt = DTT.
MonthDatesep
;
1011
if ((s_dateParsingStates[(int)dps][(int)DTT.
MonthDatesep
] == DS.ERROR)
1020
dtok.dtt = DTT.
MonthDatesep
;
2613
case DTT.
MonthDatesep
: dtok.dtt = atEnd ? DTT.MonthEnd : DTT.MonthSpace; break;