4 references to MonthSpace
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (4)
998
dtok.dtt = DTT.
MonthSpace
;
1018
if (GetParsingState(dps, DTT.MonthDatesep) == DS.ERROR && GetParsingState(dps, DTT.
MonthSpace
) > DS.ERROR)
1022
dtok.dtt = DTT.
MonthSpace
;
2615
case DTT.MonthDatesep: dtok.dtt = atEnd ? DTT.MonthEnd : DTT.
MonthSpace
; break;