9 references to YearSpace
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (9)
703
dtok.dtt = DTT.
YearSpace
;
712
dtok.dtt = DTT.
YearSpace
;
732
if (GetParsingState(dps, DTT.YearDateSep) == DS.ERROR && GetParsingState(dps, DTT.
YearSpace
) > DS.ERROR)
736
dtok.dtt = DTT.
YearSpace
;
901
dtok.dtt = DTT.
YearSpace
;
906
if (GetParsingState(dps, DTT.
YearSpace
) > DS.ERROR)
910
dtok.dtt = DTT.
YearSpace
;
2590
if (dtok.dtt == DTT.YearEnd || dtok.dtt == DTT.
YearSpace
|| dtok.dtt == DTT.YearDateSep)
2612
case DTT.YearDateSep: dtok.dtt = atEnd ? DTT.YearEnd : DTT.
YearSpace
; break;